OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Domo Database: Ingest Federated Databases

Open OnkarVO7 opened this issue 8 months ago • 0 comments

Affected module Ingestion

Describe the bug Federated and System Databases are not ingested from the domo database connector. Below error is generated for the same

Traceback (most recent call last):
  File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/database/domodatabase/metadata.py", line 187, in yield_table
    self.get_columns(table_object.schemas.columns)
AttributeError: 'NoneType' object has no attribute 'columns'

ref slack link: https://openmetadata.slack.com/archives/C02B6955S4S/p1718063155039709

Version:

  • OS: [e.g. iOS]
  • Python version:
  • OpenMetadata version: [e.g. 0.8]
  • OpenMetadata Ingestion package version: [e.g. openmetadata-ingestion[docker]==XYZ]

OnkarVO7 avatar Jun 25 '24 05:06 OnkarVO7