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
metrics
exposures
Pretty simple:
# models/specific_file.yml metrics: - name: disabled_metric config: enabled: false exposures: - name: disabled_exposure config: enabled: false
# dbt_project.yml metrics: +enabled: false exposures: +enabled: false
Expectations:
disabled
manifest.json
metric()
ref()
source()
Grouping these together because I believe it would require touching the same code paths!
The text was updated successfully, but these errors were encountered:
Need to make sure we loop over the right things anywhere we're looking at enabled nodes to ensure metrics/exposures are included.
Sorry, something went wrong.
emmyoop
Successfully merging a pull request may close this issue.
Pretty simple:
Expectations:
disabled
section ofmanifest.json
metric()
, it should raise an error at the end of parsing (just asref()
orsource()
do)Grouping these together because I believe it would require touching the same code paths!
The text was updated successfully, but these errors were encountered: