hello everybody I wanted to check wether it is pos...
# troubleshooting
m
hello everybody I wanted to check wether it is possible in meltano's airflow manage to create dags to run my SaaS dbt jobs and also tableau jobs ? anyone can help?
p
@mari_n check out this section of the docs https://docs.meltano.com/guide/orchestration#using-an-existing-airflow-installation. It explains in a little more detail how Meltano's Airflow dag generator works. You can customize it however you'd like to do additional steps or place other dag files into the
orchestrate
directory. From a quick google I see both Tableau and dbt cloud have airflow operators https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/stable/operators.html and https://airflow.apache.org/docs/apache-airflow-providers-tableau/stable/operators.html