Skip to content

Commit

Permalink
updated two affected fields across task_instance and trigger airflow …
Browse files Browse the repository at this point in the history
…metadata tables to type JSON (#4545)
  • Loading branch information
kik-kik committed Nov 10, 2023
1 parent 25859d4 commit 9750d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fields:
- description:
mode: NULLABLE
name: next_kwargs
type: STRING
type: JSON
- description:
mode: NULLABLE
name: next_method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fields:
- description:
mode: NULLABLE
name: kwargs
type: STRING
type: JSON
- description:
mode: NULLABLE
name: classpath
Expand Down

0 comments on commit 9750d33

Please sign in to comment.