Sha256: 225932a21d1834665f499051f36b1b46b47db489f43b6fdec592a5144a1f5c8d

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

# frozen_string_literal: true

module Multiwoven
  module Integrations
    VERSION = "0.3.2"

    ENABLED_SOURCES = %w[
      Snowflake
      Redshift
      Bigquery
      Postgresql
      Databricks
      SalesforceConsumerGoodsCloud
      AwsAthena
      Clickhouse
      AmazonS3
      MariaDB
    ].freeze

    ENABLED_DESTINATIONS = %w[
      Klaviyo
      SalesforceCrm
      FacebookCustomAudience
      Slack
      Hubspot
      GoogleSheets
      Airtable
      Stripe
      SalesforceConsumerGoodsCloud
      Sftp
      Postgresql
      Http
      Zendesk
      Iterable
    ].freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multiwoven-integrations-0.3.2 lib/multiwoven/integrations/rollout.rb