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/05/17 09:15:23 UTC

[GitHub] [airflow] veerendranathT opened a new issue #15887: while re-running any task on a failed Dag run, I'm not able to edit the previously passed conf in dag_run.conf from UI.

veerendranathT opened a new issue #15887:
URL: https://github.com/apache/airflow/issues/15887


   


-- 
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] jakobkolb edited a comment on issue #15887: Add ability to edit dag_run conf when re-running tasks

Posted by GitBox <gi...@apache.org>.
jakobkolb edited a comment on issue #15887:
URL: https://github.com/apache/airflow/issues/15887#issuecomment-888210394


   I have the same problem when triggering DAGs via CLI (which I use for integration testing during development). I would like to pass the dag a clean database via the `conf` to operate on but can't since the `conf` object is persisted between runs and cannot be reset afaik.
   Passing a different json string via the `-c` flag is ignored after the first run.


-- 
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] jakobkolb commented on issue #15887: Add ability to edit dag_run conf when re-running tasks

Posted by GitBox <gi...@apache.org>.
jakobkolb commented on issue #15887:
URL: https://github.com/apache/airflow/issues/15887#issuecomment-888210394


   I have the same problem when triggering DAGs via CLI (which I use for integration testing during development). I would like to pass the dag a clean database via the `conf` to operate on but can't since the `conf` object is persisted between runs and cannot be reset afaik.


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