Skip to content

Commit 40e230f

Browse files
Srikar ShastrySrikar Shastry
authored andcommitted
[Snowflake Connector] - resolved bug related to SQL queries to fetch logs
1 parent 450ca34 commit 40e230f

18 files changed

+2075
-1907
lines changed

Solutions/Snowflake/Data Connectors/SnowflakeLogs_ccp/SnowflakeLoadLogs_Table.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,26 @@
33
"name": "SnowflakeLoad_CL",
44
"type": "Microsoft.OperationalInsights/workspaces/tables",
55
"apiVersion": "2025-02-01",
6+
"tags": {
7+
"StreamName": "Custom-SnowflakeLoad",
8+
"DataSource": "Snowflake",
9+
"Category": "Security"
10+
},
611
"properties": {
12+
"retentionInDays": 180,
713
"schema": {
814
"name": "SnowflakeLoad_CL",
15+
"description": "Snowflake Load Data",
916
"columns": [
1017
{
1118
"name": "TimeGenerated",
12-
"type": "datetime"
19+
"type": "datetime",
20+
"isDefaultDisplay": true
1321
},
1422
{
1523
"name": "Data",
16-
"type": "string"
24+
"type": "string",
25+
"description": "Dynamic data column"
1726
}
1827
]
1928
}

Solutions/Snowflake/Data Connectors/SnowflakeLogs_ccp/SnowflakeLoginLogs_Table.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,26 @@
33
"name": "SnowflakeLogin_CL",
44
"type": "Microsoft.OperationalInsights/workspaces/tables",
55
"apiVersion": "2025-02-01",
6+
"tags": {
7+
"StreamName": "Custom-SnowflakeLogin",
8+
"DataSource": "Snowflake",
9+
"Category": "Security"
10+
},
611
"properties": {
12+
"retentionInDays": 180,
713
"schema": {
8-
"name": "SnowflakeLogin_CL",
14+
"name": "SnowflakeLogin_CL",
15+
"description": "Snowflake Login Data",
916
"columns": [
1017
{
1118
"name": "TimeGenerated",
12-
"type": "datetime"
19+
"type": "datetime",
20+
"isDefaultDisplay": true
1321
},
1422
{
1523
"name": "Data",
16-
"type": "string"
24+
"type": "string",
25+
"description": "Dynamic data column"
1726
}
1827
]
1928
}

Solutions/Snowflake/Data Connectors/SnowflakeLogs_ccp/SnowflakeLogs_ConnectorDefinition.json

Lines changed: 261 additions & 257 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)