-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
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
Record that freshness tests are available for BQ #4784
Conversation
Freshness tests were added for BigQuery in dbt-labs/dbt-bigquery#1072 and released with [`dbt-bigquery` 1.7.3](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.7.3).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -47,10 +47,10 @@ If a source has a `freshness:` block, dbt will attempt to calculate freshness fo | |||
|
|||
Currently, calculating freshness from warehouse metadata tables is supported on: | |||
- [Snowflake](/reference/resource-configs/snowflake-configs) | |||
- [BigQuery](/reference/resource-configs/bigquery-configs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how we should note that this is only since 1.7.3, as the "current" version of the docs is 1.7 and 1.7.0-1.7.2 don't support it, so perhaps...
- [BigQuery](/reference/resource-configs/bigquery-configs) | |
- [BigQuery](/reference/resource-configs/bigquery-configs) (since `1.7.3`) |
hey @elyobo , thanks for opening this up and apologies for the delay here! we've merged a pr #5080 that adds bq to the supported list. however, I'll triple check the version info you added and will perform a fast follow pr. in the meantime, I'll close this pr since it's been addressed. thank you again! ✨ |
clarified that freshness is supported in version 1.7.3 per @elyobo's pr #4784. confirmed in [internal slack](https://dbt-labs.slack.com/archives/C067EUS2D7S/p1711102003658309) as well.
clarified that freshness is supported in version 1.7.3 per @elyobo's pr #4784. confirmed in [internal slack](https://dbt-labs.slack.com/archives/C067EUS2D7S/p1711102003658309) as well.
Freshness tests were added for BigQuery in dbt-labs/dbt-bigquery#1072 and released with
dbt-bigquery
1.7.3.What are you changing in this pull request and why?
Updates documentation to indicate that freshness tests are now available for BigQuery. Freshness tests were added for BigQuery in dbt-labs/dbt-bigquery#1072 and released with
dbt-bigquery
1.7.3.Checklist