Hey team! I am facing error while doing ingestion ...
# ingestion
l
Hey team! I am facing error while doing ingestion using datahub-kafka. Ingestion image version is 0.8.41. Can someone please help me out.
h
Hey as shown in error message you need to configure datahub_api in recipe. Read more info here - https://datahubproject.io/docs/metadata-ingestion/docs/transformer/dataset_transformer/#more-sophistication-making-calls-to-datahub-during-transformation Alternately you can set dbt source's write_semantics config as OVERRIDE so that the source does not need to read existing state. That will override existing info in datahub. Read config details from dbt source doc for more details.