Skip to content

Commit

Permalink
removing execution_date
Browse files Browse the repository at this point in the history
  • Loading branch information
kandharvishnuu committed Nov 12, 2024
1 parent fac96b4 commit 4a08301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3803,9 +3803,6 @@ components:
The DagRun ID for this task instance
*New in version 2.3.0*
execution_date:
type: string
format: datetime
start_date:
type: string
format: datetime
Expand Down
2 changes: 0 additions & 2 deletions airflow/www/static/js/types/api-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1560,8 +1560,6 @@ export interface components {
*/
dag_run_id?: string;
/** Format: datetime */
execution_date?: string;
/** Format: datetime */
start_date?: string | null;
/** Format: datetime */
end_date?: string | null;
Expand Down

0 comments on commit 4a08301

Please sign in to comment.