-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more fields to REST API get DAG(dags/dag_id) endpoint
The DagModel columns have increased since this endpoint was created. This PR improves the endpoint by including all the missing fields of the DagModel on the endpoint. This update also touched on DAGDetails schema because it inherits from DAGSchema. In a future PR, when more details would be added to the DAGDetails endpoint, we could separate it from the DAGSchema. They are related but not really the same. One is a database object while the other is not
- Loading branch information
1 parent
55ee62e
commit 1bfabbc
Showing
5 changed files
with
487 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.