Skip to content

Commit 2efeb7c

Browse files
authored
Platform: Snowflake source and destination connectors; fix wrong links in API refs for all destination connectors (#461)
1 parent 8394767 commit 2efeb7c

34 files changed

+297
-40
lines changed

mint.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@
501501
"platform/sources/postgresql",
502502
"platform/sources/s3",
503503
"platform/sources/salesforce",
504-
"platform/sources/sharepoint"
504+
"platform/sources/sharepoint",
505+
"platform/sources/snowflake"
505506
]
506507
},
507508
{
@@ -524,8 +525,9 @@
524525
"platform/destinations/pinecone",
525526
"platform/destinations/postgresql",
526527
"platform/destinations/qdrant",
527-
"platform/destinations/s3",
528528
"platform/destinations/redis",
529+
"platform/destinations/s3",
530+
"platform/destinations/snowflake",
529531
"platform/destinations/weaviate"
530532
]
531533
},
@@ -554,7 +556,8 @@
554556
"platform/api/sources/postgresql",
555557
"platform/api/sources/s3",
556558
"platform/api/sources/salesforce",
557-
"platform/api/sources/sharepoint"
559+
"platform/api/sources/sharepoint",
560+
"platform/api/sources/snowflake"
558561
]
559562
},
560563
{
@@ -579,6 +582,7 @@
579582
"platform/api/destinations/qdrant",
580583
"platform/api/destinations/redis",
581584
"platform/api/destinations/s3",
585+
"platform/api/destinations/snowflake",
582586
"platform/api/destinations/weaviate"
583587
]
584588
},

platform/api/destinations/astradb.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import AstraDBAPIPlaceholders from '/snippets/general-shared-text/astradb-api-pl
2626

2727
<AstraDBAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/azure-ai-search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import AzureAIAPIPlaceholders from '/snippets/general-shared-text/azure-ai-searc
2626

2727
<AzureAIAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/couchbase.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import CouchbaseAPIPlaceholders from '/snippets/general-shared-text/couchbase-ap
2626

2727
<CouchbaseAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/databricks-delta-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ import DeltaTablesInDatabricksAPIPlaceholders from '/snippets/general-shared-tex
3636

3737
<DeltaTablesInDatabricksAPIPlaceholders />
3838

39-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
40-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
39+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
40+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/databricks-volumes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ import DatabricksVolumesAPIPlaceholders from '/snippets/general-shared-text/data
3333

3434
<DatabricksVolumesAPIPlaceholders />
3535

36-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
37-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
36+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
37+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/delta-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ import DeltaTableAPIPlaceholders from '/snippets/general-shared-text/delta-table
3232

3333
<DeltaTableAPIPlaceholders />
3434

35-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
36-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
35+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
36+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/elasticsearch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import ElasticsearchAPIPlaceholders from '/snippets/general-shared-text/elastics
2626

2727
<ElasticsearchAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/google-cloud.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import GCSAPIPlaceholders from '/snippets/general-shared-text/gcs-api-placeholde
2626

2727
<GCSAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

platform/api/destinations/kafka.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ import KafkaAPIPlaceholders from '/snippets/general-shared-text/kafka-api-placeh
2626

2727
<KafkaAPIPlaceholders />
2828

29-
To change a connector, replace `<connector-id>` with the source connector's unique ID.
30-
To get this ID, see [List source connectors](/platform/api/overview#list-source-connectors).
29+
To change a connector, replace `<connector-id>` with the destination connector's unique ID.
30+
To get this ID, see [List destination connectors](/platform/api/overview#list-destination-connectors).

0 commit comments

Comments
 (0)