Skip to content

Commit

Permalink
Add DbtFreshnessS3Operator operator to dbt_docs dag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishronek committed Nov 7, 2023
1 parent 35b630e commit 9a6b346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmos/operators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .local import DbtDocsAzureStorageLocalOperator as DbtDocsAzureStorageOperator
from .local import DbtDocsLocalOperator as DbtDocsOperator
from .local import DbtDocsS3LocalOperator as DbtDocsS3Operator
from .local import DbtFreshnessS3LocalOperator as DbtFreshnessS3Operator
from .local import DbtDocsGCSLocalOperator as DbtDocsGCSOperator
from .local import DbtLSLocalOperator as DbtLSOperator
from .local import DbtRunLocalOperator as DbtRunOperator
Expand All @@ -20,6 +21,7 @@
"DbtDepsOperator",
"DbtDocsOperator",
"DbtDocsS3Operator",
"DbtFreshnessS3Operator",
"DbtDocsAzureStorageOperator",
"DbtDocsGCSOperator",
]

0 comments on commit 9a6b346

Please sign in to comment.