Upgrading to 1.0.0
Prerelease
dbt v1.0.0-b1 is currently available. If you have questions or encounter bugs, please let us know in #dbt-prereleases or by opening an issue in GitHub.
Resources
Breaking changes
- The two type of test definitions are now "singular" and "generic" (instead of "data" and "schema", respectively). The
test_type:
selection method acceptstest_type:singular
andtest_type:generic
. (It will also accept test_type:schema and test_type:data for backwards compatibility.) Not backwards compatible: The--data
and--schema
flags to dbt test are no longer supported, and tests no longer have the tags'data'
and'schema'
automatically applied.
New and changed documentation
- Tests, test selection, selection methods: Update
test_type:
selection method. Remove references to--schema
and--data
flags. - Parsing: partial parsing and static parsing have been turned on by default.
- Global configs have been standardized. Related updates to global CLI flags and
profiles.yml
.