You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/09 14:57:37 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12949: Update theme to show hidden ToC in sidebar

ashb commented on a change in pull request #12949:
URL: https://github.com/apache/airflow/pull/12949#discussion_r539375910



##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -67,6 +67,9 @@
 _OPERATOR_EXTRA_LINKS: Set[str] = {
     "airflow.operators.trigger_dagrun.TriggerDagRunLink",
     "airflow.sensors.external_task.ExternalTaskSensorLink",
+    # Deprecated names, so that existing serialized dags load straight away.
+    "airflow.operators.dagrun_operator.TriggerDagRunLink",
+    "airflow.sensors.external_task_sensor.ExternalTaskSensorLink",

Review comment:
       Whoops this shouldn't have been in this PR.
   
   Bad Ash, no 🍪 




----------------------------------------------------------------
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:
users@infra.apache.org