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 2019/01/22 22:28:50 UTC

[GitHub] jgao54 edited a comment on issue #4338: [AIRFLOW-3172] Fix error creation dag link

jgao54 edited a comment on issue #4338: [AIRFLOW-3172] Fix error creation dag link
URL: https://github.com/apache/airflow/pull/4338#issuecomment-456587936
 
 
   Looks like this has been fixed in the master 
   
   ```
       execution_date = attr.get('execution_date')
       url = url_for(
           'Airflow.graph',
           dag_id=dag_id,
           execution_date=execution_date)
   ```
   I think we could close this ticket.

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