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
Describe the bug I am receiving the following Pydantic validation error when trying to ingest a new postgres schema with a view.
version=0.14.5