Hi everyone, I’m trying to scan our Snowflake data...
# gooddata-cn
v
Hi everyone, I’m trying to scan our Snowflake dataSource and for some reason it’s not finding any tables, although I see in Snowflake history, that queries are made….
Copy code
{
            "id": "snowflake4",
            "type": "dataSource",
            "attributes": {
                "name": "AppD Snowflake GD TEST2",
                "type": "SNOWFLAKE",
                "url": "jdbc:<snowflake://xxx.snowflakecomputing.com:443?warehouse=SOME_WH&db=GD_TEST>",
                "schema": "GD_TEST.SFDC",
                "username": "someuser",
                "enableCaching": true
 }
Copy code
{
  "separator": "___",
  "scanTables": true,
  "scanViews": false,
  "tablePrefix": "gdt",
  "viewPrefix": ""
}
I’ve tried different combinations of prefixes, without them etc.. in all cases I get this response:
Copy code
{
  "pdm": {
    "tables": []
  },
  "warnings": []
}
Any ideas what’s wrong? Thanks. Vojta
1