Skip to content

[dbt-core v1.10.0] Address New Deprecation Warnings #492

@BentsiLeviav

Description

@BentsiLeviav

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions