We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a7ae6 commit 0bfbbb1Copy full SHA for 0bfbbb1
airflow_dbt_python/operators/dbt.py
@@ -314,7 +314,6 @@ class DbtRunOperator(DbtBaseOperator):
314
315
template_fields = DbtBaseOperator.template_fields + [
316
"select",
317
- "models",
318
"exclude",
319
]
320
@@ -384,7 +383,6 @@ class DbtTestOperator(DbtBaseOperator):
384
383
385
386
387
388
389
390
@@ -421,7 +419,6 @@ class DbtCompileOperator(DbtBaseOperator):
421
419
422
420
423
424
425
426
427
0 commit comments