hi all, i'm trying to create the `datahub-rest-def...
# all-things-deployment
b
hi all, i'm trying to create the
datahub-rest-default
connection from Airflow to the GMS deployed to Kubernetes. I'm facing the following error (likely to do with proxy ingress?), any guidance would be appreciated!
Copy code
raise InvalidSchema(f"No connection adapters were found for {url!r}")
requests.exceptions.InvalidSchema: No connection adapters were found for '{my domain:gms service is populated here}:8080/aspects?action=ingestProposal'
d
Hi, I'm afraid we might not have the best answer for this since this is not directly related to our product - I would recommend checking the network settings, configs, etc
b
@brainy-teacher-89198 if its still a problem maybe you are missing the protocol in front of the domain like
https
?
b
not actively working on this anymore but I had tried
https
and
http
. I believe the issue may have been with our k8s internal setup and needing to setup a new ingress proxy to our cluster