-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Originally posted by @sfc-gh-yutliu in #4020 (comment)
The
require_dbt_versionin 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.1is in correct format, however,dbt depsscans 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels