-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm trying to run dbt test operator on Airflow, but I keep getting error: TypeError: parse_manifest() missing 1 required positional argument: 'active_integrations'
. I have my manifest.json file in my dbt/target directory. I'm using AWS Secrets Manager as my secrets backend to store my profile details.
test_source_data = DbtTestOperator(
task_id="test_source_data",
dbt_conn_id=Config.REDSHIFT_RW_CONN_ID,
project_dir=Config.DBT_BACKOFFICE_DIR,
target=Config.REDSHIFT_RW_CONN_ID,
threads=2,
debug=True,
select=["tag:src_communications"],
)

requirements.txt
airflow-dbt-python==3.0.3
airflow-dbt-python[redshift]
apache-airflow-providers-slack==8.9.1
apache-airflow-providers-sftp==4.11.1
Airflow
- Version: 2.10.3
- Provider: MWAA
Dbt
- Version: Which version of dbt are you using?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working