juneoh commented on pull request #12557: URL: https://github.com/apache/airflow/pull/12557#issuecomment-732027150
Thanks turbaszek for the feedback. As `GCSToBigQueryOperator` still relies on `BigQueryHook.run_load()`, I though it would be quicker to change the method albeit deprecated, rather than to rewrite the operator. But you are right, deprecated is deprecated, so I do agree to the sentiment. As `run_load` is a validation wrapper on top of `insert_job`, would you rather recommend moving that validation into `GCSToBigQueryOperator` instead, to eliminate the deprecated `run_load` path and call `insert_job` directly? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
