We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the flag time_ingestion_partitioning is set to True on a model, the table that is created in Bigquery is empty/has no rows.
Steps to Reproduce
{{ config( materialized="table", partition_by={ "field": "created_at", "data_type": "timestamp", "granularity": "day", "time_ingestion_partitioning": true }, ) }} SELECT 1 as id, current_timestamp() as created_at
{{ config( materialized="table", partition_by={ "field": "created_at", "data_type": "timestamp", "granularity": "day" }, ) }} SELECT 1 as id, current_timestamp() as created_at
Tables should not be empty.
As outlined above.
- OS: - Python: - dbt:
No response
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Is this a new bug in dbt-core?
Current Behavior
When the flag time_ingestion_partitioning is set to True on a model, the table that is created in Bigquery is empty/has no rows.
Steps to Reproduce
Expected Behavior
Tables should not be empty.
Steps To Reproduce
As outlined above.
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: