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/11/30 11:21:35 UTC

[GitHub] [airflow] ashb opened a new issue #19889: Create `BaseOperator.map` and basic mapping framework

ashb opened a new issue #19889:
URL: https://github.com/apache/airflow/issues/19889


   We need to create a `map()` method on BaseOperator class (and ideally have it error when called on _instances_) that returns a new object that looks like BaseOperator, but that gives us a place to add the DAG-authoring mapping API, and that the serializer can handle.


-- 
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] ashb closed issue #19889: Create `BaseOperator.map` and basic mapping framework

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


   


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