Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion add_column_BQ_ds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ To keep your `main` branch in sync with this, you can follow these steps:
2. Execute `tb pull --force` with a CLI version >= 5.0.0.
3. Commit and merge the changes.

[Pull Request #3](TODO)
[Pull Request #3](https://github.com/tinybirdco/use-case-examples/pull/335)
3 changes: 2 additions & 1 deletion add_column_BQ_ds/datasources/bq_nullable.datasource
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ DESCRIPTION >

SCHEMA >
`country_code` Nullable(String),
`project` Nullable(String)
`project` Nullable(String),
`insertion_date` DateTime DEFAULT now()

ENGINE "MergeTree"
ENGINE_PARTITION_KEY "toYear(insertion_date)"
Expand Down