rhythmic-flag-69887
06/14/2022, 8:45 AMERROR {datahub.entrypoints:165} - You seem to have connected to the frontend instead of the GMS endpoint. The rest emitter should connect to DataHub GMS (usually <datahub-gms-host>:8080) or Frontend GMS API (usually <frontend>:9002/api/gms)
Also what am I to expect if i get dbt working? Will i see the lineage in datahub similar to what dbt shows?hundreds-photographer-13496
06/14/2022, 10:48 AMrhythmic-flag-69887
06/14/2022, 1:30 PMsource:
type: "dbt"
config:
# Coordinates
manifest_path: "/Users/gab/Documents/Code/dbt-tables/target/manifest.json"
catalog_path: "/Users/gab/Documents/Code/dbt-tables/target/catalog.json"
sources_path: "/Users/gab/Documents/Code/dbt-tables/target/sources.json"
# Options
target_platform: "postgres" # e.g. bigquery/postgres/etc.
load_schemas: True # note: if this is disabled
stateful_ingestion.state_provider.type: datahub
aws_connection.aws_region: ap-southeast-1
sink:
# sink configs
type: 'datahub-rest'
config:
server: ""
hundreds-photographer-13496
06/14/2022, 1:35 PMdatahub docker quickstart
How did you deploy your datahub instance ?rhythmic-flag-69887
06/14/2022, 1:47 PM