Sha256: 26519b886303b1eba42de1eb72dc19ac523eec24336c818e99cd892f415c6701

Contents?: true

Size: 486 Bytes

Versions: 1

Compression:

Stored size: 486 Bytes

Contents

# frozen_string_literal: true

module Multiwoven
  module Integrations
    VERSION = "0.1.42"

    ENABLED_SOURCES = %w[
      Snowflake
      Redshift
      Bigquery
      Postgresql
      Databricks
      SalesforceConsumerGoodsCloud
    ].freeze

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

Version data entries

1 entries across 1 versions & 1 rubygems

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