Skip to content

Commit 6157c7b

Browse files
Update schema.md
Added a note regarding loaded_at column.
1 parent b137dd7 commit 6157c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The `uuid` column is used to prevent duplicates. You can ignore this column.
466466

467467
The `uuid_ts` column is used to keep track of when the specific event was last processed by our connector, specifically for deduping and debugging purposes. You can generally ignore this column.
468468

469-
The `loaded_at` column contains the UTC timestamp reflecting when the data was staged by the processor.
469+
The `loaded_at` column contains the UTC timestamp reflecting when the data was staged by the processor. This column is created only in BigQuery warehouse.
470470

471471
## Sort Key
472472

0 commit comments

Comments
 (0)