DBT: ModelNode' object has no attribute 'root_path' and SourceDefinition' object has no attribute 'alias' #10675
Unanswered
giacomochiarella
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to ingest DBT metadata by providing manifest.json and catalog.json.
In logs, I have:
WARNING {metadata.Ingestion:metadata:486} - Unexpected exception parsing DBT node:<model name> - 'ModelNode' object has no attribute 'root_path'
and
Unexpected exception parsing DBT node:IL_snapshot_partner_accounts_D - 'SourceDefinition' object has no attribute 'alias'
for every dbt model.
I'm using dbt 1.4.3 and openmetdata-ingestion 0.13.2.0.
I've setup 2 jobs. The first one to ingest tables from the data warehouse with following configuration:
and a job to ingest dbt manifest.json and catalog.json with this configuration:
indeed catalog and manifest have content and they are read by openmetadata library.
I'm executing everything with following snippet:
Any idea how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions