will-lauer opened a new issue, #48624:
URL: https://github.com/apache/airflow/issues/48624

   ### Description
   
   GCSToBigQueryOperator needs to support ORC files in addition to all the 
other formats that it supports. Both #12556 and #12557 have requested this in 
the past, and both have ended up getting closed due to implementation issues 
(deprecated functions in the implementation), but that doesn't remove the need 
for this feature. Either GCSToBigQueryOperator should be extended to support 
ALL the file types that the BQ supports, or the operator as a whole should 
likely be deprecated.
   
   ### Use case/motivation
   
   As a pipeline developer, I sometimes need to generate ORC files for other 
tools. I should not be prevents from loading these files into BQ using the 
GCSToBQ transport operator, but rather be able to load into BQ regardless of 
file type.
   
   ### Related issues
   
   #12556 and #12557 have both been closed due to technical issues with the 
implementation, not due to the feature not being needed.
   
   ### Are you willing to submit a PR?
   
   - [ ] 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