Skip to content

Commit 910c5b5

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
feat(integrations): add Snowflake PAT integration
1 parent b5e5ca5 commit 910c5b5

39 files changed

Lines changed: 4399 additions & 16 deletions

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ import {
211211
SlackIcon,
212212
SmartleadIcon,
213213
SmtpIcon,
214+
SnowflakeIcon,
214215
SportmonksIcon,
215216
SQSIcon,
216217
SquareIcon,
@@ -496,6 +497,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
496497
slack: SlackIcon,
497498
smartlead: SmartleadIcon,
498499
smtp: SmtpIcon,
500+
snowflake: SnowflakeIcon,
499501
sportmonks: SportmonksIcon,
500502
sqs: SQSIcon,
501503
square: SquareIcon,

apps/docs/content/docs/en/integrations/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
"slack",
223223
"smartlead",
224224
"smtp",
225+
"snowflake",
225226
"sportmonks",
226227
"sqs",
227228
"square",

apps/docs/content/docs/en/integrations/snowflake.mdx

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)