-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add ORC support to GCSToBigQueryOperator and test for external tables #49143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ORC support to GCSToBigQueryOperator and test for external tables #49143
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
Thanks for the changes! |
bugraoz93
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like pre-commits need a rerun :)
|
i re-run the pre-commits @bugraoz93 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need a rebase now because there is a commit from already merged PR. Try rebase and force push. Requesting a change to prevent merge the same commit
|
done @bugraoz93 |
|
@Shashwatpandey4 I still can see Vincents' commit message :( Maybe easiest is creating a new PR and close this one |
|
@bugraoz93 here's a new pr with only my changes in it 49188 |

This PR adds support for the
ORCsource format to theGCSToBigQueryOperator.Changes
GCSToBigQueryOperatorto acceptsource_format="ORC"This closes: #48624
Checklist
test_external_table_should_accept_orc_source_format