deedmitrij commented on pull request #14149: URL: https://github.com/apache/airflow/pull/14149#issuecomment-925073853
@ysktir Have you tested the **example_bigquery_operations** DAG after adding the **update_table** task? It does NOT work as it is. You passed _**list of dictionaries**_ to the **fields** argument, but the **BigQueryUpdateTableOperator** expects _**list of strings**_, so it couldn't work from the beginning. And now we can't understand what exactly this operator does. @potiuk @turbaszek FYI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
