lib/multiwoven/integrations/rollout.rb
# frozen_string_literal: true module Multiwoven module Integrations VERSION = "0.1.46" 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