jlaneve commented on code in PR #35287:
URL: https://github.com/apache/airflow/pull/35287#discussion_r1377711652
##########
airflow/providers/google/cloud/transfers/bigquery_to_mssql.py:
##########
@@ -63,8 +63,7 @@ def __init__(
if mssql_table is not None:
warnings.warn(
# fmt: off
- "The `mssql_table` parameter has been deprecated. "
- "Use `target_table_name` instead.",
+ "The `mssql_table` parameter has been deprecated. Use
`target_table_name` instead.",
# fmt: on
Review Comment:
Agreed. I've removed this one for now because it's no longer used
--
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]