gilangardya commented on issue #24289:
URL: https://github.com/apache/airflow/issues/24289#issuecomment-1148963358

   I've tested #24165 (google, BigQueryInsertJobOperator) with 
`composer-2.0.15-airflow-2.2.5`, it works as expected.
   These are the tests I did:
   
   Job type | Statement | Details | 7.0.0 | 2022.5.18+composer | 8.0.0rc1
   -- | -- | -- | -- | -- | --
   COPY | N/A | Copy BigQuery Table | :x: | :x: | :white_check_mark:
   EXTRACT | N/A | To CSV | :x: | :x: | :white_check_mark:
   LOAD | N/A | From CSV | :x: | :x: | :white_check_mark:
   QUERY | N/A | SELECT query | :white_check_mark: | :white_check_mark: | 
:white_check_mark:
   QUERY | N/A | WRITE_TRUNCATE with partitioned table | :white_check_mark: | 
:white_check_mark: | :white_check_mark:
   QUERY | DDL | CREATE TABLE AS SELECT | :white_check_mark: | 
:white_check_mark: | :white_check_mark:
   QUERY | DML | INSERT | :white_check_mark: | :white_check_mark: | 
:white_check_mark:
   QUERY | DML | MERGE | :white_check_mark: | :white_check_mark: | 
:white_check_mark:
   QUERY | DCL | GRANT | :x: | :x: | :white_check_mark:
   QUERY | Procedural | DECLARE | :x: | :x: | :white_check_mark:
   QUERY | Debugging | ASSERT | :x: | :x: | :white_check_mark:
   QUERY | Other | EXPORT DATA | :x: | :x: | :white_check_mark:
   QUERY | Multi-statement | DECLARE + INSERT + MERGE | :x: | :x: | 
:white_check_mark:
   


-- 
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]

Reply via email to