Ask Your Question
3

Is it possible to upload a file through the Airflow web-server User Interface and activate a DAG?

asked 2023-07-19 10:04:46 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-19 10:06:01 +0000

bukephalos gravatar image

Yes, it is possible to upload a file through the Airflow web-server User Interface and activate a DAG. Airflow provides a feature called "DAG Runs" which allows you to trigger a DAG manually by uploading a file or by specifying the execution date and time.

To trigger a DAG manually through the Airflow web-server User Interface, follow the below steps:

  1. On the Airflow web-server User Interface, navigate to the DAGs tab.
  2. Find the DAG that you want to trigger and click on it to view its details.
  3. Click on the "Trigger DAG" button on the top right corner of the page.
  4. Choose the execution date and time, or upload a file that contains the execution date and any other parameters required for the DAG.
  5. Click on the "Trigger DAG" button to activate the DAG.

Once the DAG is triggered, you can monitor its status and progress through the Airflow web-server User Interface.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-19 10:04:46 +0000

Seen: 16 times

Last updated: Jul 19 '23