-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add KubernetesPodOperator & DockerOperator management (#133)
This pull request creates two operators, `DbtKubernetesBaseOperator` and `DbtDockerBaseOperator`, to clone the logic in the `DbtBaseOperator` with the same subclasses (`DbtLSOperator`, `DbtSeedOperator`, `DbtRunOperator`, ...) but to use a `KubernetesPodOperator` or a `DockerOperator`. I'm trying to meet a community need (see #128 or #97). My PR is not perfect at all I think, but I will open it to start discussions and make it evolve to improve it as these discussions go on. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dimerman <danielryan2430@gmail.com>
- Loading branch information
1 parent
e8dfbfd
commit af87315
Showing
62 changed files
with
3,086 additions
and
734 deletions.
There are no files selected for viewing
Empty file.
Empty file.
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
Oops, something went wrong.