Skip to content

Commit

Permalink
Remove missed DAG pickling code
Browse files Browse the repository at this point in the history
Follow-up of apache#43667
  • Loading branch information
kaxil committed Nov 12, 2024
1 parent 8e005ab commit b04e60f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2921,14 +2921,6 @@ components:
Time when the DAG last received a refresh signal
(e.g. the DAG's "refresh" button was clicked in the web UI)
*New in version 2.3.0*
pickle_id:
type: string
readOnly: true
nullable: true
description: |
Foreign key to the latest pickle_id
*New in version 2.3.0*
default_view:
type: string
Expand Down
6 changes: 0 additions & 6 deletions airflow/www/static/js/types/api-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1015,12 +1015,6 @@ export interface components {
* *New in version 2.3.0*
*/
last_expired?: string | null;
/**
* @description Foreign key to the latest pickle_id
*
* *New in version 2.3.0*
*/
pickle_id?: string | null;
/**
* @description Default view of the DAG inside the webserver
*
Expand Down
1 change: 0 additions & 1 deletion task_sdk/src/airflow/sdk/definitions/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ def get_serialized_fields(cls):
"user_defined_macros",
"partial",
"params",
"_pickle_id",
"_log",
"task_dict",
"template_searchpath",
Expand Down

0 comments on commit b04e60f

Please sign in to comment.