Skip to content

dag_run table - replace column conf type - byte ( that store a python pickle ) by a JSON  #43933

@raphaelauv

Description

@raphaelauv

Description

the column conf of the table dag_run is using the type byte ( and storing a python pickle ) on the database , since airflow only support postgres 12+ and mysql 8+ , we could use a json type .

And also the user could search "efficiently" in the web-ui a dag_run based on the parameters thanks to that change

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions