any row`. It would be
> better to provide logs after restoring to locate a more specific problem.
>
> Best,
> Yu Chen
> --
> *发件人:* Oscar Perez via user
> *发送时间:* 2023年11月25日 0:08
> *收件人:* Oscar Perez via user
> *主题:* Doubts about state and tabl
发件人: Oscar Perez via user
发送时间: 2023年11月25日 0:08
收件人: Oscar Perez via user
主题: Doubts about state and table API
Hi,
We are having a job in production where we use table API to join multiple
topics. The query looks like this:
SELECT *
FROM topic1 AS t1
JOIN topic2 AS t2
Hi,
We are having a job in production where we use table API to join multiple
topics. The query looks like this:
SELECT *
FROM topic1 AS t1
JOIN topic2 AS t2 ON t1.userId = t2.userId
JOIN topic3 AS t3 ON t1.userId = t3.accountUserId
This works and produces an EnrichedActivity any time any of t