Skip to content

Include dbt deps in CI check #4030

@dbeatty10

Description

@dbeatty10

Originally posted by @sfc-gh-yutliu in #4020 (comment)

The require_dbt_version in these 3 versions is in incorrect format ">=1.0.0,<2.0.0", which should have been [">=1.0.0", "<2.0.0"].

The new version v1.0.1 is in correct format, however, dbt deps scans every history versions, so it fails.

I would like to know I could fix/delete/skip those history version 0.1.0, 0.1.1, 1.0.0. Any idea/guidance would be greatly appreciated! @dbeatty10

Metadata

Metadata

Assignees

No one assigned

    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