We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Pydantic V2 that is installed as a dependency of the acryl-datahub pip package fails to a file base lineage ingestion source.
To Reproduce Steps to reproduce the behavior:
acryl-datahub==0.15.0.1
datahub ingest --config <ingestion source above>.yml
ERROR {datahub.ingestion.run.pipeline:537} - Ingestion pipeline threw an uncaught exception: 757 validation errors for LineageConfig
(the 757 is an example)
Expected behavior
The ingestion does not fail.
A workaround is to force pydantic>=1,<2 in the pip requirements.
pydantic>=1,<2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Pydantic V2 that is installed as a dependency of the acryl-datahub pip package fails to a file base lineage ingestion source.
To Reproduce
Steps to reproduce the behavior:
acryl-datahub==0.15.0.1
in a new python venvdatahub ingest --config <ingestion source above>.yml
ERROR {datahub.ingestion.run.pipeline:537} - Ingestion pipeline threw an uncaught exception: 757 validation errors for LineageConfig
(the 757 is an example)
Expected behavior
The ingestion does not fail.
A workaround is to force
pydantic>=1,<2
in the pip requirements.The text was updated successfully, but these errors were encountered: