Skip to content

Commit

Permalink
Remove supportsNormalization supportsDbt from non GA destination …
Browse files Browse the repository at this point in the history
…spec (#21319)
  • Loading branch information
alafanechere authored Jan 13, 2023
1 parent 00d4c20 commit e73d42b
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
documentationUrl: https://docs.airbyte.com/integrations/destinations/firebolt
icon: firebolt.svg
releaseStage: alpha
supportsDbt: true
- name: Google Cloud Storage (GCS)
destinationDefinitionId: ca8f6566-e555-4b40-943a-545bf123117a
dockerRepository: airbyte/destination-gcs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/amazon-sqs",
"supported_destination_sync_modes": ["append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Amazon Sqs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/aws-datalake",
"supportsIncremental": true,
"supportsNormalization": false,
"supportsDBT": false,
"supported_destination_sync_modes": ["overwrite", "append"],
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"append"
],
"supportsIncremental" : true,
"supportsDBT" : false,
"supportsNormalization" : false,
"connectionSpecification" : {
"$schema" : "http://json-schema.org/draft-07/schema#",
"title" : "Destination Databend",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/firestore",
"supported_destination_sync_modes": ["append", "overwrite"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Google Firestore",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/google-sheets",
"supported_destination_sync_modes": ["overwrite", "append", "append_dedup"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Google Sheets",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/heap-analytics",
"supported_destination_sync_modes": ["append", "append_dedup"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Heap Analytics Destination Spec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://kvdb.io/docs/api/",
"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination KVdb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/meilisearch",
"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Meilisearch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/rabbitmq",
"supported_destination_sync_modes": ["append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Rabbitmq",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/sftp-json",
"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination SFTP JSON",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/sqlite",
"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Sqlite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/typesense",
"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Typesense",
Expand Down

0 comments on commit e73d42b

Please sign in to comment.