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: [email protected]
