We should unpin once we determine the underlying incompatibility
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- prha/dbt_pin
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
one other option that might work would be to remove the PROFILES_DIR configuration (https://sourcegraph.com/github.com/dagster-io/dagster/-/blob/examples/dbt_example/dbt_example/solids.py?L11). It seems like the value that it's set to is the default value for dbt, so it doesn't really do anything, and might be having some weird interaction with the update. The changelog for dbt mentions some changes to how they interpret the profiles-dir path (relative to the project-dir path vs absolute) that I wouldn't think would impact us, but it seems possible that this would be a buggy side effect
Comment Actions
gonna just land this to unblock our test suite.
Follow up issue is here: https://github.com/dagster-io/dagster/issues/4351