zhongjiajie commented on a change in pull request #7685: [AIRFLOW-7034] Remove 
feature: Assigning Dag to task using Bitshift Op
URL: https://github.com/apache/airflow/pull/7685#discussion_r390711422
 
 

 ##########
 File path: airflow/providers/google/cloud/operators/pubsub.py
 ##########
 @@ -196,8 +196,7 @@ class PubSubCreateSubscriptionOperator(BaseOperator):
 
         with DAG('failing DAG') as dag:
             (
-                dag
-                >> PubSubSubscriptionCreateOperator(
+                PubSubSubscriptionCreateOperator(
 
 Review comment:
   FYI, still have this syntax in line 44, 56, 185, 373, 382, 485, 496

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


With regards,
Apache Git Services

Reply via email to