purple-tailor-57675
06/21/2022, 6:27 PMdatahub-rest sink using the docker setup. I am using the datahub ingest -c demo.yml command and can run the job with the file based sink, but with datahub-rest sink, I get 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x13d2ba940>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /config
Any suggestions on what should I do to debug this issue?echoing-airport-49548
06/21/2022, 9:46 PMpurple-tailor-57675
06/21/2022, 9:49 PMsource:
type: snowflake
config:
check_role_grants: true
ignore_start_time_lineage: true
account_id: <account_id>
warehouse: <warehouse>
username: <username>
password: <password>
role: <role>
database_pattern:
allow:
- DEV_DWH
schema_pattern:
deny:
- 'information_schema.*'
allow:
- DWH
profiling:
enabled: true
profile_pattern:
deny:
- '.*information_schema.*'
sink:
type: datahub-rest
config:
server: "<http://localhost:9002/api/gms>"purple-tailor-57675
06/21/2022, 9:50 PMechoing-airport-49548
06/21/2022, 9:51 PMpurple-tailor-57675
06/21/2022, 9:51 PMpurple-tailor-57675
06/21/2022, 9:53 PMechoing-airport-49548
06/21/2022, 9:53 PMechoing-airport-49548
06/21/2022, 9:53 PMechoing-airport-49548
06/21/2022, 9:54 PM<http://localhost:8080> ? I’m assuming you’re running this locallypurple-tailor-57675
06/21/2022, 9:55 PMpurple-tailor-57675
06/21/2022, 9:57 PMechoing-airport-49548
06/21/2022, 10:00 PMdatahub-gms docker pod is running on localhost:8080 ? or is it a different url?purple-tailor-57675
06/21/2022, 10:01 PM5d038dcd4c05 linkedin/datahub-gms:head "/bin/sh -c /datahub…" 3 hours ago Up 3 hours (healthy) 0.0.0.0:8080->8080/tcp datahub-gmspurple-tailor-57675
06/21/2022, 10:01 PMlocalhost:8080echoing-airport-49548
06/21/2022, 10:04 PMechoing-airport-49548
06/21/2022, 10:04 PMpurple-tailor-57675
06/21/2022, 10:05 PM<http://datahub-gms:8080> from the UI. All my previous attempts failed in less than 60 secs and this one is has crossed thatpurple-tailor-57675
06/21/2022, 10:05 PMlocalhost urlpurple-tailor-57675
06/21/2022, 10:11 PMqueries, stats and validation options menu options are not enabled, even though I am using the datahub user to login to the UI?echoing-airport-49548
06/21/2022, 10:16 PMdatahub-actions container which will create it’s own python virtual environment to run UI based ingestion
3. If those options are not enabled, it may mean that usage statistics were not collected. Have you run the snowflake-usage plugin as well? If not, queries and stats will not show up, unfortunatelypurple-tailor-57675
06/21/2022, 10:21 PMsnowflake-usage plugin, will give it a try now.purple-tailor-57675
06/21/2022, 10:22 PMechoing-airport-49548
06/21/2022, 10:36 PM