Skip to content

[Bug] Missing Arg active_integrations #160

@amw349

Description

@amw349

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"],
    )
Image

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions