Rocky Appiah
09/15/2022, 6:05 PM>select sent, _airbyte_emitted_at from TABLE_SCD where uuid = 'myid' order by 2;
+-------------------------+-------------------------------+
| SENT | _AIRBYTE_EMITTED_AT |
|-------------------------+-------------------------------|
| 2022-09-05 22:30:19.000 | 2022-09-15 15:40:14.684 +0000 |
| NULL | 2022-09-15 16:56:56.121 +0000 |
+-------------------------+-------------------------------+
Why don’t I see null in the sent
column?
>select sent, _airbyte_emitted_at from TABLE where uuid = 'myid' order by 2;
+-------------------------+-------------------------------+
| SENT | _AIRBYTE_EMITTED_AT |
|-------------------------+-------------------------------|
| 2022-09-05 22:30:19.000 | 2022-09-15 15:40:14.684 +0000 |
+-------------------------+-------------------------------+
Rocky Appiah
09/15/2022, 6:08 PMRocky Appiah
09/15/2022, 7:20 PMRocky Appiah
09/16/2022, 12:17 PMMarcos Marx (Airbyte)
09/16/2022, 7:10 PMRocky Appiah
09/16/2022, 7:15 PMRocky Appiah
09/16/2022, 7:16 PMMarcos Marx (Airbyte)
09/16/2022, 7:17 PMMarcos Marx (Airbyte)
09/16/2022, 7:17 PMRocky Appiah
09/16/2022, 7:19 PM