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
Sources are flaged with is_freshness_enabled = false when warn_after is not configured, but error_after is configured
I have configured freshness at source level:
version: 2 sources: - name: sdqn freshness: error_after: count: 168 period: hour
is_freshness_enabled = true in stg_sources for all tables in that source
is_freshness_enabled = false in stg_sources for all tables in that source
The contents of your packages.yml file:
packages.yml
packages: - package: dbt-labs/dbt_utils version: ">=1.3.0" - package: dbt-labs/audit_helper version: ">=0.6.0" - package: dbt-labs/codegen # https://github.com/dbt-labs/dbt-codegen version: 0.12.1 - package: Snowflake-Labs/dbt_constraints version: ">=1.0.0" - package: get-select/dbt_snowflake_query_tags version: [">=2.0.0", "<3.0.0"] - package: get-select/dbt_snowflake_monitoring version: ">=5.3.1" - package: entechlog/dbt_snow_mask version: ">=0.2.4" - package: dbt-labs/dbt_project_evaluator version: ">=0.14.0"
Which database are you using dbt with?
The output of dbt --version:
dbt --version
versionless 15:46:31 No such option: --project-dir
The text was updated successfully, but these errors were encountered:
dave-connors-3
No branches or pull requests
Describe the bug
Sources are flaged with is_freshness_enabled = false when warn_after is not configured, but error_after is configured
Steps to reproduce
I have configured freshness at source level:
Expected results
is_freshness_enabled = true in stg_sources for all tables in that source
Actual results
is_freshness_enabled = false in stg_sources for all tables in that source
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: