'Include multiple SQL queries in one BigQueryInsertJobOperator Airflow

The syntax looks like this,

configuration={

          "query": {
                    "query": "{% include ['query_2.sql'] %}",
                    "useLegacySql": False,
 }

Is there any way I can do it?

"query": "{% include ['query_2.sql', 'query_3.sql', 'query_4.sql'] %}"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source