moiseenkov commented on code in PR #41576:
URL: https://github.com/apache/airflow/pull/41576#discussion_r1740803481


##########
airflow/providers/google/cloud/operators/dataflow.py:
##########
@@ -945,6 +948,11 @@ def on_kill(self) -> None:
             )
 
 
+@deprecated(
+    reason="DataflowStartSqlJobOperator is deprecated and will be removed 
after 31.01.2025. "
+    "Please use DataflowStartYamlJobOperator instead.",
+    category=AirflowProviderDeprecationWarning,
+)

Review Comment:
   Good point, thank you! The deprecation is updated.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to