Hi everyone, I am trying to configure the lineage ...
# troubleshoot
k
Hi everyone, I am trying to configure the lineage via airflow in datahub. After following all the steps provided in https://datahubproject.io/docs/lineage/airflow . I’m getting this error in our airflow
Copy code
Broken DAG: [/app/airflow/airflow/dags/mis/dags/dag_generator/datahub_sample_lineage.py] Traceback (most recent call last):
  File "pydantic/__init__.py", line 2, in init pydantic.__init__
  File "pydantic/dataclasses.py", line 52, in init pydantic.dataclasses
ImportError: cannot import name dataclass_transform
Can someone help me with this error.
@hundreds-photographer-13496 can you pls help with this !!
h
Hi, will you be able to share the pydantic and typing_extensions library versions in use ?
k
Yeah sure, typing_extensions==4.3.0 pydantic==1.10.2
g
Just want to update here that I was able to resolve the issue by upgrading the typing-extensions to latest version.