Skip to content

Commit 9d41d05

Browse files
committed
fix: Ignore type for new argument
1 parent 0ee3686 commit 9d41d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow_dbt_python/utils/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def create_dbt_task(
388388
write=False,
389389
write_json=False,
390390
# TODO: Support for catalog integrations
391-
active_integrations=[],
391+
active_integrations=[], # type: ignore
392392
)
393393
task = self.dbt_task(
394394
args=local_flags, config=runtime_config, manifest=manifest

0 commit comments

Comments
 (0)