Skip to content

Commit

Permalink
Fix multiple breakages in the platform build (#18011)
Browse files Browse the repository at this point in the history
* Revert "🎉 New Destination: bit.io (#15821)"

This reverts commit c05135b.

* Fix broken acceptance tests
  • Loading branch information
mfsiega-airbyte authored Oct 14, 2022
1 parent 6039e6f commit d8e9f51
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 618 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class NormalizationRunnerFactory {
.put("airbyte/destination-oracle", ImmutablePair.of("airbyte/normalization-oracle", DestinationType.ORACLE))
.put("airbyte/destination-oracle-strict-encrypt", ImmutablePair.of("airbyte/normalization-oracle", DestinationType.ORACLE))
.put("airbyte/destination-postgres", ImmutablePair.of(BASE_NORMALIZATION_IMAGE_NAME, DestinationType.POSTGRES))
.put("airbyte/destination-bitdotio", ImmutablePair.of(BASE_NORMALIZATION_IMAGE_NAME, DestinationType.POSTGRES))
.put("airbyte/destination-postgres-strict-encrypt", ImmutablePair.of(BASE_NORMALIZATION_IMAGE_NAME, DestinationType.POSTGRES))
.put("airbyte/destination-redshift", ImmutablePair.of("airbyte/normalization-redshift", DestinationType.REDSHIFT))
.put("airbyte/destination-snowflake", ImmutablePair.of("airbyte/normalization-snowflake", DestinationType.SNOWFLAKE))
Expand Down
40 changes: 0 additions & 40 deletions airbyte-config/init/src/main/resources/icons/bitdotio.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@
memory_limit: "1Gi"
memory_request: "1Gi"
releaseStage: beta
- name: bit.io
destinationDefinitionId: 592af2e0-882c-4ed8-b0fe-a31761146a8d
dockerRepository: airbyte/destination-bitdotio
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.io/integrations/destinations/bitdotio
icon: bitdotio.svg
releaseStage: alpha
- name: Cassandra
destinationDefinitionId: 707456df-6f4f-4ced-b5c6-03f73bcad1c5
dockerRepository: airbyte/destination-cassandra
Expand Down
50 changes: 0 additions & 50 deletions airbyte-config/init/src/main/resources/seed/destination_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,56 +693,6 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-bitdotio:0.1.0"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bitdotio"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Postgres Destination Spec"
type: "object"
required:
- "database"
- "username"
- "password"
additionalProperties: true
properties:
database:
title: "DB Name"
description: "Name of the database."
type: "string"
order: 2
schema:
title: "Default Schema"
description: "The default schema tables are written to if the source does\
\ not specify a namespace. The usual value for this field is \"public\"\
."
type: "string"
examples:
- "public"
default: "public"
order: 3
username:
title: "User"
description: "Username to use to access the database."
type: "string"
order: 4
password:
title: "Password"
description: "Password associated with the username."
type: "string"
airbyte_secret: true
order: 5
ssl: "true"
host: "db.bit.io"
ssl_mode: "require"
port: "5432"
supportsIncremental: true
supportsNormalization: true
supportsDBT: true
supported_destination_sync_modes:
- "overwrite"
- "append"
- "append_dedup"
- dockerImage: "airbyte/destination-cassandra:0.1.4"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/cassandra"
Expand Down
1 change: 0 additions & 1 deletion airbyte-integrations/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
| Azure Blob Storage | [![destination-azure-blob-storage](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-azure-blob-storage%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-azure-blob-storage) |
| BigQuery | [![destination-bigquery](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-bigquery%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-bigquery) |
| BigQuery Denormalized | [![destination-bigquery-denormalized](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-bigquery-denormalized%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-bigquery-denormalized) |
| bit.io | [![destination-bitdotio](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-bitdotio%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-bitdotio) |
| ClickHouse | [![destination-clickhouse](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-clickhouse%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-clickhouse) |
| Cassandra | [![destination-cassandra](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-cassandra%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-cassandra) |
| Databricks | [![destination-databricks](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fdestination-databricks%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/destination-databricks) |
Expand Down

This file was deleted.

20 changes: 0 additions & 20 deletions airbyte-integrations/connectors/destination-bitdotio/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions airbyte-integrations/connectors/destination-bitdotio/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions airbyte-integrations/connectors/destination-bitdotio/bootstrap.md

This file was deleted.

25 changes: 0 additions & 25 deletions airbyte-integrations/connectors/destination-bitdotio/build.gradle

This file was deleted.

This file was deleted.

Loading

0 comments on commit d8e9f51

Please sign in to comment.