Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dbt): add explicit test for empty
profiles_dir
(#17239)
## Summary & Motivation The internal resource framework had some shifts to make way for Pydantic 2 support. Before these changes, the resolution of `Optional` parameters that are explicitly given a `None` did not match their defaults. Here, we explicitly test that passing in `None` to an optional paramter like `profiles_dir` does not cause any errors. ## How I Tested These Changes pytest with explicit `None` passed into `profiles_dir`. Then try cherry-picking into `dagster-1.5.3` release branch, see that it succeeds (since this was inadvertently hidden by our framework changes to the resource system).
- Loading branch information