Re: Call for fixes for Airflow 1.10.1

2018-09-13 Thread Gerardo Curiel
Hello, I wonder if there is still time to wait for a fix for "BigQuery hook does not allow specifying both the partition field name and table name at the same time": https://issues.apache.org/jira/browse/AIRFLOW-2772. The BigQueryHook is taking some liberties and implementing some client-side

DAG triggered by another DAG

2018-09-13 Thread Pedro Machado
I have a DAG with 3 parallel branches. Each branch processes a file (multiple steps). Each branch is triggered by the arrival of one of three files which can happen at any time. After a file is processed, we have to trigger a database update (we use dbt). I had a dbt operator at the end of each