:wave: We're seeing some new errors from the Airf...
# ingestion
h
👋 We're seeing some new errors from the Airflow lineage backend, using Airflow 2.2.2, originating from this line for DAGs where we set some value in the
params
-dict of the DAG. There seems to have been some change to how that argument is handled internally. I'm trying to look into it.
Seems to be a problem with tasks utilizing the
params
argument as well
So a very ugly fix seems to be to cast the
params
- dict to a
airflow.models.params.ParamsDict
for the dag, the tasks in
dag.task_dict
as well as the operator.
But I'm sure that's not very backwards compatible.
m
Hi @high-hospital-85984, We are looking into this and will get back!
👍 1