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?
Code of Conduct