Hi, I am having an issue connecting goodata to sno...
# gooddata-cn
c
Hi, I am having an issue connecting goodata to snowflake. I added a datasource with the following jdbc:
jdbc:snowflake://<my account info here>.<http://snowflakecomputing.com/?warehouse=COMPUTE_WH&db=DATACLOUD|snowflakecomputing.com/?warehouse=COMPUTE_WH&db=DATACLOUD>
but when I scan the datasource it does not find any tables. I know the connection is correct because when I put the wrong account info I get an error.
j
What schema did you specify when registering the Snowflake data source into GD.CN?
c
The problem is, as i pointed out in that thread, "schema" is not allowed
Copy code
{
  "detail": "InvalidParameters: Invalid parameters keys: [schema]",
  "status": 400,
  "title": "Bad Request",
  "traceId": "66422584a8083b7e"
}
m
Resolved in the Community post