The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9d6801353c48569cfe0756f4cd0f02f0630e8baf / Amir Mor <49829354+amirm...@users.noreply.github.com> Support multiple SQL queries in Dataproc SQL job (#44890) * Send multiple queries on dataproc sql job DataProcJobBuilder.add_query(query) is misleading, cause it can make you think that you can call this function multiple times with different queries and then execute and it will send all queries, but it fact it will sent the last one since its override the queries. I've added set_queries function which takes a list of strings and send it. Dataproc supports queries list. * Append query to the queries sent to dataproc instead of replacing Requested by reviewer, instead of adding a function that sets a list of queries, just fix the original function add_query that will actually append query to the queries list send to dataproc job. * Send multiple queries on dataproc sql job DataProcJobBuilder.add_query(query) is misleading, cause it can make you think that you can call this function multiple times with different queries and then execute and it will send all queries, but it fact it will sent the last one since its override the queries. I've added set_queries function which takes a list of strings and send it. Dataproc supports queries list. * Append query to the queries sent to dataproc instead of replacing Requested by reviewer, instead of adding a function that sets a list of queries, just fix the original function add_query that will actually append query to the queries list send to dataproc job. * formatter --------- Co-authored-by: Amir Mor <amir.mo...@gmail.com> Report URL: https://github.com/apache/airflow/actions/runs/12344552302 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org