You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix multi query scenario in bigquery example DAG (#21575)
- The Google Bigquery Jobs api can accept multiple queries passed in
a string separated by a semicolon. When queries are passed in a list,
then it ends up executing first query only.
0 commit comments