Questions tagged [airflow-api]
77 questions
0
votes
1 answer
How to export lastest airflow dag and task status in tabular format for specific owners
Airflow provides rest API functionality to extracts dag/task status.
https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#section/Trying-the-API
But wondering if there a way to get latest dag/task status of all dags w.r.t…

Khilesh Chauhan
- 739
- 1
- 10
- 36
0
votes
1 answer
how to pass airflow ts_nodash in a json template
I need to have an API call from the Ariflow dag.
Below is the sample json_string I use in code:
def api_call_func(**context):
source_file_name = context["dag_run"].conf["source_file_names"]
json_data = { "filenames":[
…

Rv R
- 191
- 4
- 14