This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 90e22d561fc fix static checks in openapi-gen (#44922)
90e22d561fc is described below
commit 90e22d561fc28aae699f97035d807b639c8b2621
Author: GPK <[email protected]>
AuthorDate: Fri Dec 13 21:44:30 2024 +0000
fix static checks in openapi-gen (#44922)
---
airflow/ui/openapi-gen/requests/services.gen.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/ui/openapi-gen/requests/services.gen.ts
b/airflow/ui/openapi-gen/requests/services.gen.ts
index f9273c1293f..c048ddb0230 100644
--- a/airflow/ui/openapi-gen/requests/services.gen.ts
+++ b/airflow/ui/openapi-gen/requests/services.gen.ts
@@ -335,8 +335,8 @@ export class AssetService {
source_task_id: data.sourceTaskId,
source_run_id: data.sourceRunId,
source_map_index: data.sourceMapIndex,
- timestampGte: data.timestampGte,
- timestampLte: data.timestampLte,
+ timestamp_gte: data.timestampGte,
+ timestamp_lte: data.timestampLte,
},
errors: {
401: "Unauthorized",