You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Executes a SQL query on a Snowflake database.",
16
+
"category": "Inputs",
17
+
"subcategory": "Databases",
18
+
"tags": [
19
+
"snowflake",
20
+
"database",
21
+
"sql"
22
+
],
23
+
"introductoryText": "# Snowflake Custom SQL Executor\n\nUse this block to connect and execute SQL queries on a Snowflake database. Provide the necessary connection details and SQL statement.\n\nThe data is retrieved in full (in memory). For better performance please user the core **Database Input block* (select *Snowflake* in the connection options).",
24
+
"dependencies": "snowflake-connector-python",
25
+
"options": [
26
+
{
27
+
"name": "account",
28
+
"title": "Snowflake Account",
29
+
"description": "The Snowflake account identifier (e.g. 'kkpgiqe-sf91461').",
0 commit comments