-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIgood first issuekind:featureFeature RequestsFeature Requests
Description
Description
Hello,
We need an endpoint that allows you to read the DAG File source code.
When store_dag_code = True, then the code should be read from the database.
When store_dag_code = False, then the code should be read from the file.
GET /dagSources/{file_token}
More details about API Endpoints:
#8118
Use case / motivation
N/A
Related Issues
N/A
ad-m, TobKed and turbaszek
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIgood first issuekind:featureFeature RequestsFeature Requests