datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

Pydantic error being raised on postgres view ingestion #11858

Open echai58 opened 1 week ago

echai58 commented 1 week ago

Describe the bug I am receiving the following Pydantic validation error when trying to ingest a new postgres schema with a view.

[2024-11-14, 08:23:53 EST] {pod_manager.py:367} INFO -   Input should be a valid dictionary or instance of ViewLineageEntry [type=model_type, input_value=('table_1', 'table_2', 'table_3'), input_type=LegacyRow]
[2024-11-14, 08:23:53 EST] {pod_manager.py:367} INFO -     For further information visit https://errors.pydantic.dev/2.9/v/model_type

version=0.14.5