scanSchemata Could not initialize connection to da...
# gooddata-cn
t
scanSchemata Could not initialize connection to data source with id = ... Thanks @Jan Soubusta for suggesting the console. I fail connecting the dataSource with dremio/gooddata. dremio and GD are deployed in k8s in the same namespace and I want a direct connection with dremio. Following that : • URL of k8s service is
Copy code
<service-name>.<namespace>.svc.cluster.local:<service-port>
• dremio service name is
dremio
• namespace is
bi
• and port is 31010 I wrote this POST this request body:
Copy code
{
  "data": {
    "attributes": {
      "name": "axonaut-crm",
      "url": "jdbc:dremio:direct=dremio.bi.svc.cluster.local:31010",
      "schema": "",
      "type": "DREMIO",
      "username": "myusername",
      "password": "mypassword"
    },
    "id": "axonaut-crm",
    "type": "dataSource"
  }
}
Is it correct ?
j
I established the same setup in our AWS for testing purposes. I use
<service_name>.<namespace>:<port>
as the host in the jdbcUrl, without svc.cluster.local suffix and it works. I tested it with the suffix and it works as well. I am wandering how you deployed the dremio. Have you used the upstream helm chart?
t
I have made my custom chart with gooddata-cn-ce since I was not sure I could use legally the helm chart
j
I am interested in how the deployment of DREMIO looks like on your side. Anyway, you can connect into the POD with gooddata-cn-ce and try to ping
<http://dremio.bi|dremio.bi>
. Then try telnet to 31010.