red-analyst-79902
10/10/2022, 2:11 PM'failures': {'tableau-login': ["Unable to LoginReason: HTTPSConnectionPool(host='172.22.5.19', port=443): Max retries exceeded with url: /api/2.4/serverInfo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)')))"]},
Any experience with this?echoing-airport-49548
10/10/2022, 6:51 PMgray-shoe-75895
10/11/2022, 10:46 PMred-analyst-79902
11/18/2022, 9:23 AMsource:
type: tableau
config:
# Coordinates
connect_uri: https:// ...
site: ""
projects: ["DWH"]
# Credentials
username: tableau
password: ...
# Options
ssl_verify: path_to_certificates
ingest_tags: True
ingest_owner: True
default_schema_map:
mydatabase: public
anotherdatabase: anotherschema
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
[2022-11-18 09:23:17,581] DEBUG {datahub.telemetry.telemetry:210} - Sending init Telemetry
[2022-11-18 092318,076] DEBUG {datahub.telemetry.telemetry:221} - Error initializing telemetry: HTTPSConnectionPool(host='track.datahubproject.io', port=443): Max retries exceeded with url: /mp/engage (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)')))
[2022-11-18 092318,077] DEBUG {datahub.telemetry.telemetry:243} - Sending Telemetry
[2022-11-18 092318,573] DEBUG {datahub.telemetry.telemetry:248} - Error reporting telemetry: HTTPSConnectionPool(host='track.datahubproject.io', port=443): Max retries exceeded with url: /mp/track (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)')))
[2022-11-18 092318,574] INFO {datahub.cli.ingest_cli:167} - DataHub CLI version: 0.9.2.2
[2022-11-18 092318,582] DEBUG {datahub.telemetry.telemetry:243} - Sending Telemetry
[2022-11-18 092319,076] DEBUG {datahub.telemetry.telemetry:248} - Error reporting telemetry: HTTPSConnectionPool(host='track.datahubproject.io', port=443): Max retries exceeded with url: /mp/track (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)')))
[2022-11-18 092319,200] ERROR {datahub.entrypoints:185} - File "/home/mmmstz013/gmarin/.local/lib/python3.8/site-packages/datahub/entrypoints.py", line 164, in main
161 def main(**kwargs):
162 # This wrapper prevents click from suppressing errors.
163 try:
--> 164 sys.exit(datahub(standalone_mode=False, **kwargs))
165 except click.Abort:
File "/home/mmmstz013/gmarin/.local/lib/python3.8/site-packages/click/core.py", line 1130, in call
1128 def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any:
(...)
--> 1130 return self.main(*args, **kwargs)gray-shoe-75895
11/18/2022, 6:34 PMgray-shoe-75895
11/18/2022, 6:35 PMDATAHUB_TELEMETRY_ENABLED=0red-analyst-79902
11/18/2022, 6:37 PMred-analyst-79902
11/18/2022, 6:37 PMgray-shoe-75895
11/22/2022, 5:20 AMdatahub ingest or configuring ingestion through the UI? DATAHUB_TELEMETRY_ENABLED is an environment variable that you can set if you’re not using UI ingestionred-analyst-79902
11/22/2022, 8:34 AMgray-shoe-75895
11/23/2022, 5:55 AMssl_verify flag. If set to false, it disables ssl verification altogether. If set to a path, it will be passed to python’s requests as the path of the system certs. I’d recommend using false for now, and then setting up proper verification if that worksred-analyst-79902
11/23/2022, 2:26 PMgray-shoe-75895
11/23/2022, 10:34 PMssl_verify to false?red-analyst-79902
11/24/2022, 9:57 AMgray-shoe-75895
11/30/2022, 3:50 AMred-analyst-79902
12/01/2022, 8:51 AMgray-shoe-75895
12/01/2022, 6:29 PMred-analyst-79902
12/02/2022, 10:20 AMred-analyst-79902
12/02/2022, 10:21 AM---
source:
type: tableau
config:
connect_uri: https:///
site: ""
projects:
-
username:
password:
ssl_verify: false
ingest_tags: true
ingest_owner: true
default_schema_map:
mydatabase: public
anotherdatabase: anotherschema
sink:
type: datahub-rest
config:
server: http://localhost:8080gray-shoe-75895
12/02/2022, 6:19 PMCaused by ProxyError('"'"'Cannot connect to proxy.'"'"', OSError('"'"'Tunnel connection failed: 502 Bad Gateway'"'"')))\\\"\\nred-analyst-79902
12/05/2022, 8:30 AMred-analyst-79902
12/05/2022, 8:37 AMgray-shoe-75895
12/05/2022, 11:08 PMhundreds-spring-16117
09/13/2023, 2:08 PM