You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running dbt workflow externally to ingest dbt data return many errors as below and nothing happen:
nodes.`model.snowflake_dbt.sessions`.Nodes7.latest_version
[ Extra inputs are not permitted [type=extra_forbidden, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.8/v/extra_forbidden
nodes.`model.snowflake_dbt.sessions`.Nodes7.deprecation_date
Extra inputs are not permitted [type=extra_forbidden, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.8/v/extra_forbidden]
Traceback (most recent call last):
File "/ingestion/main.py", line 114, in <module>
main()
File "/ingestion/main.py", line 108, in main
workflow.raise_from_status()
File "/usr/local/lib/python3.10/site-packages/metadata/workflow/workflow_status_mixin.py", line 134, in raise_from_status
raise err
File "/usr/local/lib/python3.10/site-packages/metadata/workflow/workflow_status_mixin.py", line 131, in raise_from_status
self.raise_from_status_internal(raise_warnings)
File "/usr/local/lib/python3.10/site-packages/metadata/workflow/ingestion.py", line 150, in raise_from_status_internal
raise WorkflowExecutionError(
metadata.config.common.WorkflowExecutionError: dbt reported errors: dbt Summary: [0 Records, [0 Updated Records, 0 Warnings, 1 Errors, 0 Filtered]
To Reproduce
Use this yaml config to run DBT ingestion (run the ingestion framework as docker image on K8s):
Affected module
Ingestion Framework
Describe the bug
Running dbt workflow externally to ingest dbt data return many errors as below and nothing happen:
To Reproduce
Use this yaml config to run DBT ingestion (run the ingestion framework as docker image on K8s):
Expected behavior
to ingest DBT Data, see lineage and DBT tab on UI.
Version:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: