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 2018/08/16 22:17:18 UTC

[GitHub] eftsung commented on issue #3761: Subdag inherit runid *do not merge*

eftsung commented on issue #3761: Subdag inherit runid *do not merge*
URL: https://github.com/apache/incubator-airflow/pull/3761#issuecomment-413701400
 
 
   A little bit about our use case.
   
   We do batch processing, where in the main DAG, we trigger a dag run with an informative name describing that batch. . .
   ```python
       dag_run = target_dag.create_dagrun(
           run_id=run_id,
           state=models.State.RUNNING,
           start_date=now,
           execution_date=now,
           conf=payload,
           external_trigger=True)```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services