Skip to content

check if newest version of package parses with fusion and if so, update packages.yml #110

@graciegoheen

Description

@graciegoheen

For each package your dbt project is using that:

  • has warnings / errors
  • isn't on the latest version

dbt-autofix should go check if the latest version of that package parses with fusion. Either by:

  • [harder, but less burden on package maintainers] pulling down latest version and running a dbtf parse
  • [easier, but 100% of package maintainers would need to update code and cut new release] checking require-dbt-version

If it does, it should update your packages.yml to use the explicit version number of the latest version of that package.

This will help folks easily upgrade to new fusion-compatible package versions as pacakge maintainers release them!

Then, we should update the warning message for that package from fusion to recommend using the dbt-autofix script. See related issue.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions