shahar1 opened a new issue, #31109:
URL: https://github.com/apache/airflow/issues/31109

   ### Description
   
   Currently, the BigQueryGetDataOperator always utilizes legacy SQL when 
submitting jobs (set as the default by the BQ API). This approach may cause 
problems when using standard SQL features, such as names for projects, 
datasets, or tables that include hyphens (which is very common nowadays). We 
would like to make it configurable, so users can set a flag in the operator to 
enable the use of standard SQL instead.
   
   ### Use case/motivation
   
   When implementing #30887 to address #24460, I encountered some unusual 
errors, which were later determined to be related to the usage of hyphens in 
the GCP project ID name.
   
   ### Related issues
   
   #24460
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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