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
There's a deprecation warning when running dbt source freshness:
dbt source freshness
The 'collect_freshness' macro signature has changed to return the full query result, rather than just a table of values. See the v1.5 migration guide for details on how to update your custom macro: https://docs.getdbt.com/guides/migration/versions/upgrading-to-v1.5
So we need to simply remove the .table from the line
.table
dbt-vertica/dbt/include/vertica/macros/adapters/freshness.sql
Line 15 in f0eca51
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a deprecation warning when running
dbt source freshness
:So we need to simply remove the
.table
from the linedbt-vertica/dbt/include/vertica/macros/adapters/freshness.sql
Line 15 in f0eca51
The text was updated successfully, but these errors were encountered: