-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
dbt Core v1.10 introduces stricter validation rules, marking several previously lenient behaviors as deprecated. These warnings are functional for now, but will become errors in a future release (especially with the Fusion engine).
Our adapter must be reviewed for any occurrences of these and updated to avoid them. Any adapter-level warnings must be fixed by us (users can’t resolve them with dbt-autofix).
Relevant Deprecations are (see docs for details):
GenericJSONSchemaValidationDeprecation
UnexpectedJinjaBlockDeprecation
DuplicateYAMLKeysDeprecation
CustomTopLevelKeyDeprecation
CustomKeyInConfigDeprecation
CustomKeyInObjectDeprecation
WEOIncludeExcludeDeprecation
CustomOutputPathInSourceFreshnessDeprecation
SourceOverrideDeprecation
PropertyMovedToConfigDeprecation
ModelParamUsageDeprecation
EnvironmentVariableNamespaceDeprecation
MissingPlusPrefixDeprecation
ArgumentsPropertyInGenericTestDeprecation
MissingArgumentsPropertyInGenericTestDeprecation
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request