Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enum constants to init for direct import (#1184)
A very minor change aimed at improving the developer experience. As mentioned [here](#1107 (comment)), certain constants from `cosmos.constants`, such as `ExecutionMode`, `LoadMode`, or `TestBehavior`, are already imported in the `__init__` file to facilitate direct imports. However, other constants are not currently included, which leads to an inconsistent import pattern when setting dbt configurations. This PR adds the remaining enumerations: `InvocationMode`, `TestIndirectSelection`, `SourceRenderingBehaviour`, `DbtResourceType`. Closes #1183
- Loading branch information