You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue exists to track features, fixes, and changes required for dbt to hit version 1.0. All of the issues enumerated here should be labeled with the 1.0.0 issue label. When all of the issues attached here have been completed, we can cut a 1.0.0 release of dbt.
Suggested additions from when I've been writing docs:
Rationalize use of tags config / property (e.g. sometimes it's a config, sometimes it's in a schema.yml file which I'm calling a property henceforth): Set configs in schema.yml files #2401
Make data and schema tests configurable from dbt_project.yml. Lack of support for configs in the dbt_project.yml makes it impossible to "turn off" a test in a package (I think?)
Currently you can't configure a data test from dbt_project.yml, though it can be from a {{ config() }} block.
You can't do either for a schema test.
Make return type of custom schema tests and data tests consistent (number 0 versus 0 records)
Rename the source snapshot-freshness command to something that is less confusing (snapshot makes it sound like it is related to Snapshots, which it isn't): Parity for source freshness task/command #2987
Closing now that v1.0.0rc1 is out in the world. We got to most of this, not all. If an idea is good enough, I trust it will have its time in the sun post-v1.
This issue exists to track features, fixes, and changes required for dbt to hit version 1.0. All of the issues enumerated here should be labeled with the
1.0.0
issue label. When all of the issues attached here have been completed, we can cut a 1.0.0 release of dbt.Changes
Model blocks (model blocks #184)Custom data test blocks (Custom data test blocks #2274)Analysis blocks (Analysis blocks #2275)Seed blocks (Seed blocks #2276)Make materializations return complete/compiled SQL outputsource-paths
configuration key #1607, Make default test-paths and analysis-paths configs consistent #2659)... + more issues to come ....
The text was updated successfully, but these errors were encountered: