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 2021/06/24 15:30:20 UTC

[GitHub] [airflow] josh-fell opened a new issue #16635: Update `airflow.models.baseoperator.chain()` function to support XComArgs

josh-fell opened a new issue #16635:
URL: https://github.com/apache/airflow/issues/16635


   
   **Description**
   The `airflow.models.baseoperator.chain()` is a very useful and convenient way to add sequential task dependencies in DAGs but the function only supports tasks of a `BaseOperator` type.
   
   **Use case / motivation**
   Users who create tasks via the `@task` decorator will not be able to use the `chain()` function to apply sequential dependencies that do not share an `XComArg` implicit dependency.  They will need to continue with bitshift notation if there is no implicit dependency using an operator's `.output` property.
   
   **Are you willing to submit a PR?**
   Absolutely. 🚀 
   
   **Related Issues**
   None
   


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



[GitHub] [airflow] josh-fell commented on issue #16635: Update `airflow.models.baseoperator.chain()` function to support XComArgs

Posted by GitBox <gi...@apache.org>.
josh-fell commented on issue #16635:
URL: https://github.com/apache/airflow/issues/16635#issuecomment-876060258


   @vikramkoka I've already started working on this and have a PR open but to close the loop, would you mind assigning me to this issue? Unless it makes no difference at this point.  Thanks!


-- 
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-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] uranusjr closed issue #16635: Update `airflow.models.baseoperator.chain()` function to support XComArgs

Posted by GitBox <gi...@apache.org>.
uranusjr closed issue #16635:
URL: https://github.com/apache/airflow/issues/16635


   


-- 
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-unsubscribe@airflow.apache.org

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