jon-fearer opened a new pull request #20001:
URL: https://github.com/apache/airflow/pull/20001


   closes: [BigQueryToMsSqlOperator uses deprecated method and doesn't use 
keyword arguments](https://github.com/apache/airflow/issues/19900)
   related: [Fix BigQuery data extraction in 
BigQueryToMySqlOperator](https://github.com/apache/airflow/issues/17198)
   
   This fixes an issue with the BigQueryToMsSqlOperator that is similar to what 
was encountered with the BigQueryToMySqlOperator. Specifically, this PR:
   
   - Consolidates "_bq_get_data" from both operators into a single function
   - Updates the deprecated "get_tabledata" function to call "list_rows" using 
key word arguments instead of positional
   - Adds a few missing type hints
   
   Thanks in advance to maintainers. Please let me know if you have any 
thoughts or feedback.
   


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