Sha256: 4aa89c3f22114b46a9d5f4bedd9f5841024ff458f524cc2f8470aa891fec4d2a

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# frozen_string_literal: true

module Multiwoven
  module Integrations
    VERSION = "0.1.52"

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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