Added Note for Local File System Ingestion (ingest-dbt-ui.md) (#11958)

The following note provides, more clarification for the users that are trying to ingest data from dbt to Openmetadata.
This commit is contained in:
Naveen Kumar Vadlamudi 2023-06-11 11:40:58 -06:00 committed by GitHub
parent 1aae06840a
commit 9b3a4f79f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,12 @@ For more information on Google Cloud Storage authentication click [here](https:/
Path of the `manifest.json`, `catalog.json` and `run_results.json` files stored in the local system or in the container in which openmetadata server is running can be directly provided.
{% note %}
The files present in local system repository where DBT is hosted, cannot be accessed from the Openmetadata container file system. Instead one should setup a process such that `manifest.json`, `catalog.json` are updated periodically in Openmetadata container file system.
{% /note %}
{% image
src="/images/v1.0.0/features/ingestion/workflows/dbt/local-storage.png"
alt="local-storage"