```source: type: "dbt" config: # Coordinat...
# ingestion
r
Copy code
source:
  type: "dbt"
  config:
    # Coordinates
    # To use this as-is, set the environment variable DBT_PROJECT_ROOT to the root folder of your dbt project
    manifest_path: "${DBT_PROJECT_ROOT}/target/manifest.json"
    catalog_path: "${DBT_PROJECT_ROOT}/target/catalog.json"
    test_results_path: "${DBT_PROJECT_ROOT}/target/run_results.json" # optional for recording dbt test results after running dbt test

    # Options
    target_platform: "redshift" # e.g. bigquery/postgres/etc.
sink:
  type: "datahub-rest"
  config:
    server: "<http://localhost:8080>"
m
That wouldn’t be a problem, it’s just a warning. You will still be able to view the dataset on datahub.
g
This PR should fix this issue https://github.com/datahub-project/datahub/pull/5933 🙂