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/03/17 15:51:57 UTC

[GitHub] [airflow] Ludar-Pavel opened a new issue #14854: Backfill/execution_date from UI

Ludar-Pavel opened a new issue #14854:
URL: https://github.com/apache/airflow/issues/14854


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   A way to manipulate `execution_date`, or triggering backfills/catchups from the Web GUI is proposed.
   
   <!-- A short description of your feature -->
   
   **Use case / motivation**
   
   Web UI and the CLI interface have separate privileges and responsibilities. CLI is mostly geared towards maintenance of the Airflow system itself - while the Web GUI is intended for users using Airflow to manage tasks. Backfill is aligned with the second more closely - it makes no sense that it's not available through the web interface.
   
   [The sentiment is shared by multiple users.](https://github.com/AnkurChoraywal/airflow-backfill-util)
   
   <!-- What do you want to happen?
   
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   
   -->
   
   **Are you willing to submit a PR?**
   
   No.
   
   <!--- We accept contributions! -->
   
   **Related Issues**
   
   Not that I know of.
   
   <!-- Is there currently another issue associated with this? -->
   


----------------------------------------------------------------
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] pavel-lexyr commented on issue #14854: Backfill/execution_date from UI

Posted by GitBox <gi...@apache.org>.
pavel-lexyr commented on issue #14854:
URL: https://github.com/apache/airflow/issues/14854#issuecomment-979413846


   > I understand the need to trigger backfills from the UI, but what do you mean by “manipulating execution_date”?
   
   Running a backfill for a date before the DAG start date, for example. Some way to set it from GUI.


-- 
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] eladkal commented on issue #14854: Backfill/execution_date from UI

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


   I believe this is depended on having an endpoint first https://github.com/apache/airflow/issues/18816


-- 
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] uranusjr commented on issue #14854: Backfill/execution_date from UI

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


   I understand the need to trigger backfills from the UI, but what do you mean by “manimupating execution_date”?


-- 
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] boring-cyborg[bot] commented on issue #14854: Backfill/execution_date from UI

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14854:
URL: https://github.com/apache/airflow/issues/14854#issuecomment-801195446


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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] uranusjr edited a comment on issue #14854: Backfill/execution_date from UI

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


   I understand the need to trigger backfills from the UI, but what do you mean by “manipulating execution_date”?


-- 
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] uranusjr commented on issue #14854: Backfill/execution_date from UI

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


   So basically replicating what’s possible from the CLI, right? If that’s the case, #18816 is our main blocker for this.


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