Hello, team! I'll trying to run UI-based ingestion...
# troubleshoot
a
Hello, team! I'll trying to run UI-based ingestion, but
datahub-actions
container falls with errors. All other containers runs just fine. For image
v0.0.1-beta.11
error is:
mixpanel.MixpanelException: HTTPSConnectionPool(host='<http://api.mixpanel.com|api.mixpanel.com>', port=443): Max retries exceeded with url: /engage (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7efe89ce5d90>, 'Connection to <http://api.mixpanel.com|api.mixpanel.com> timed out. (connect timeout=10)'))
. Wich is understandable since I work in protected network segment. For image
v0.0.1-beta.12
error is:
InvalidURL: Failed to parse: http://${GMS_HOST:-localhost}:${GMS_PORT:-8080}/config
I'll run datahub via docker-compose. For all versions of image, compose file was:
Copy code
- GMS_HOST=datahub-gms
    - GMS_PORT=8080
    - KAFKA_BOOTSTRAP_SERVER=broker:29092
    - SCHEMA_REGISTRY_URL=<http://schema-registry:8081>
    - METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
    - METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1
    - DATAHUB_SYSTEM_CLIENT_ID=__datahub_system
    - DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
    - DATAHUB_TELEMETRY_ENABLED=false
    - KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
s
This is a known issue for air-gapped environments. We will attempt to get a release out soon. Will let you know once that happens
a
Thx for reply @square-activity-64562
s
The changes have been made. If you re-run the quickstart now then it should work