kaxil commented on a change in pull request #5970: [AIRFLOW-2923][AIRFLOW-1784] 
Implement LatestOnlyOperator as BaseBranchOperator
URL: https://github.com/apache/airflow/pull/5970#discussion_r369990319
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -943,6 +943,16 @@ The following metrics are deprecated and won't be emitted 
in Airflow 2.0:
 - `dag.loading-duration.<basename>` -- use 
`dag_processing.last_duration.<basename>` instead
 - `dag_processing.last_runtime.<basename>` -- use 
`dag_processing.last_duration.<basename>` instead
 
+### Changes to skipping behaviour of LatestOnlyOperator
+
+In previous versions the `LatestOnlyOperator` forcefully skippded all (direct 
and undirect) downstream tasks on it's own. From this version on the operator 
will **only skip direct downstream** tasks and the scheduler will handle 
skipping any further downstream dependencies.
 
 Review comment:
   ```suggestion
   In previous versions, the `LatestOnlyOperator` forcefully skipped all 
(direct and undirect) downstream tasks on its own. From this version on the 
operator will **only skip direct downstream** tasks and the scheduler will 
handle skipping any further downstream dependencies.
   ```

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