Vojta Pasler
04/28/2021, 2:37 PM{
"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
}
{
"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:
{
"pdm": {
"tables": []
},
"warnings": []
}
Any ideas what’s wrong? Thanks.
Vojta