-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistently handle build and imports in cosmos/__init__.py (#1215)
While reviewing #1153, I noticed we were inconsistent with Build operators, especially how we import and expose them in Cosmos `__init__.py` This PR addresses this. These were the changes introduced: * Add `DbtBuildAzureContainerInstanceOperator` * Expose the build operators for all execution modes in Cosmos `__init__` (missing for most, except `ExecutionMode.LOCAL`) * Be consistent with import error messages in `__init__` (we were missing AWS EKS)
- Loading branch information
Showing
3 changed files
with
87 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters