Skip to content

Commit

Permalink
Revert "🎉 New Destination: Heap Analytics [python cdk] (#18530)" (#19357
Browse files Browse the repository at this point in the history
)

* Revert "🎉 New Destination: Heap Analytics [python cdk] (#18530)"

This reverts commit 093a294.

* Update SshKeyMongoDbDestinationAcceptanceTest.java

* Update SshMongoDbDestinationAcceptanceTest.java

* Update SshPasswordMongoDbDestinationAcceptanceTest.java

* Update users.json

* Update spec.yaml

* Update spec.yaml

* Update sample_config.json

* Update sample_config.json

* Update spec.json

* Update spec.json

* Update api_test.py

* Update api_test.py

* Update configured_catalog.json

* Update sample_state.json

* Update spec.json

* Update zoom.yaml

* Update meeting_polls.json

* Update meeting_registrants.json

* Update meeting_registration_questions.json

* Update meetings.json

* Update users.json
  • Loading branch information
marcosmarxm authored and akashkulk committed Nov 17, 2022
1 parent 8a92b03 commit 4740736
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,845 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@
documentationUrl: https://docs.airbyte.com/integrations/destinations/pubsub
icon: googlepubsub.svg
releaseStage: alpha
- name: Heap Analytics
destinationDefinitionId: f8e68742-407a-4a3c-99ad-dfd42ae2cba8
dockerRepository: airbyte/destination-heap-analytics
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/destinations/heap-analytics
releaseStage: alpha
- name: Kafka
destinationDefinitionId: 9f760101-60ae-462f-9ee6-b7a9dafd454d
dockerRepository: airbyte/destination-kafka
Expand Down
142 changes: 0 additions & 142 deletions airbyte-config/init/src/main/resources/seed/destination_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2431,148 +2431,6 @@
supportsDBT: false
supported_destination_sync_modes:
- "append"
- dockerImage: "airbyte/destination-heap-analytics:0.1.0"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/heap-analytics"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Heap Analytics Destination Spec"
type: "object"
required:
- "base_url"
- "app_id"
- "api"
additionalProperties: true
properties:
app_id:
order: 0
type: "string"
title: "App Id"
description: "The Environment Id of your Main Profudction project, read\
\ <a href=\"https://help.heap.io/data-management/data-management-features/projects-environments/\"\
>the doc</a> to learn more."
default: "11"
base_url:
order: 1
type: "string"
title: "Base URL"
description: "The Base URL for Heap Analytics"
default: "https://heapanalytics.com"
examples:
- "https://heapanalytics.com"
api:
order: 2
type: "object"
title: "API Type"
additionalProperties: true
oneOf:
- order: 0
type: "object"
title: "Track Events"
required:
- "api_type"
- "property_columns"
- "event_column"
- "identity_column"
properties:
api_type:
order: 0
type: "string"
const: "track"
property_columns:
order: 1
type: "string"
title: "Property Columns"
default: "*"
description: "Please list all columns populated to the properties\
\ attribute, split by comma(,). It's case sensitive."
examples:
- "subject,variation"
event_column:
order: 2
type: "string"
title: "Event Column"
description: "Please pick the column populated to the event attribute.\
\ It's case sensitive."
examples:
- "order_name"
identity_column:
order: 3
type: "string"
title: "Identity Column"
description: "Please pick the column populated to the identity attribute."
examples:
- "email"
timestamp_column:
order: 4
type: "string"
title: "Identity Column"
description: "Please pick the column populated to the (optional) timestamp\
\ attribute. time_now() will be used if missing."
examples:
- "updated_at"
- order: 1
type: "object"
title: "Add User Properties"
required:
- "api_type"
- "property_columns"
- "identity_column"
properties:
api_type:
order: 0
type: "string"
const: "add_user_properties"
property_columns:
order: 1
type: "string"
title: "Property Columns"
default: "*"
description: "Please list all columns populated to the properties\
\ attribute, split by comma(,). It's case sensitive."
examples:
- "age,language,profession"
identity_column:
order: 3
type: "string"
title: "Identity Column"
description: "Please pick the column populated to the identity attribute."
examples:
- "user_id"
- order: 2
type: "object"
title: "Add Account Properties"
required:
- "api_type"
- "property_columns"
- "account_id_column"
properties:
api_type:
order: 0
type: "string"
const: "add_account_properties"
property_columns:
order: 1
type: "string"
title: "Property Columns"
default: "*"
description: "Please list all columns populated to the properties\
\ attribute, split by comma(,). It's case sensitive."
examples:
- "is_in_good_standing,revenue_potential,account_hq,subscription"
account_id_column:
order: 3
type: "string"
title: "Account ID Column"
description: "Please pick the column populated to the account_id attribute."
examples:
- "company_name"
supportsIncremental: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes:
- "append"
- "append_dedup"
- dockerImage: "airbyte/destination-kafka:0.1.10"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/kafka"
Expand Down

This file was deleted.

This file was deleted.

180 changes: 0 additions & 180 deletions airbyte-integrations/connectors/destination-heap-analytics/README.md

This file was deleted.

Loading

0 comments on commit 4740736

Please sign in to comment.