prehistoric-farmer-31305
05/16/2023, 2:49 PMDataHub CLI version: 0.10.2.1
Failed to set up framework context: Failed to connect to DataHub
When I am looking at the gms-logs (kubctl logs for gms server) - I am getting the below error
[ThreadPoolTaskExecutor-1] WARN o.apache.kafka.clients.NetworkClient:969 - [Consumer clientId=consumer-mce-consumer-job-client-1, groupId=mce-consumer-job-client] Error connecting to node prerequisites-kafka-0.prerequisites-kafka-headless.default.svc.cluster.local:9092 (id: 0 rack: null)
What is the next course of access? It seems like gms is not able to communicate with kafkaprehistoric-farmer-31305
05/16/2023, 2:54 PMprehistoric-farmer-31305
05/16/2023, 6:00 PM---
# see <https://datahubproject.io/docs/generated/ingestion/sources/dbt> for complete documentation
source:
type: "dbt"
config:
manifest_path: "./dbt_manifest.json"
catalog_path: "./dbt_catalog.json"
sources_path: "./dbt_sources.json"
target_platform: "gbq"
# see <https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub> for complete documentation
sink:
type: "datahub-rest"
config:
server: "<http://xxxxxxx:8080>"
gray-shoe-75895
05/16/2023, 7:44 PMpip install acryl-datahub
approach should be sufficient unless you’re modifying the dbt source codegray-shoe-75895
05/16/2023, 7:45 PMFailed to connect to DataHub
likely means that either your sink’s server config isn’t quite right or datahub-gms is down/not yet healthygray-shoe-75895
05/16/2023, 7:45 PMprehistoric-farmer-31305
05/16/2023, 8:11 PMprehistoric-farmer-31305
05/16/2023, 8:11 PMprehistoric-farmer-31305
05/17/2023, 2:14 PMprehistoric-farmer-31305
05/17/2023, 2:14 PMrequests.exceptions.ConnectionError: HTTPConnectionPool(host='35.222.51.134', port=8080): Max retries exceeded with url: /config (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb5be16ccd0>: Failed to establish a new connection: [Errno 60] Operation timed out'))
aloof-gpu-11378
05/18/2023, 7:51 PMprehistoric-farmer-31305
05/19/2023, 11:54 AM