> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runconverge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

export const CloudinaryVideo = ({src, controls = true, autoplay = false, loop = false, muted = true, poster = null}) => {
  return <video controls={controls} autoPlay={autoplay} loop={loop} className="w-full shadow-lg" src={src} muted={muted} poster={poster} playsinline></video>;
};

export const BigQueryIcon = ({size = 'large'}) => {
  const sizeClass = size === 'small' ? 'w-4' : 'w-6';
  return <div className={sizeClass}>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="-1.633235433328256 7.0326093303156565 131.26574682416876 114.63439066968435"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="64" x2="64" y1="7.034" y2="120.789"><stop offset="0" stop-color="#4387fd" /><stop offset="1" stop-color="#4683ea" /></linearGradient><path d="M27.79 115.217L1.54 69.749a11.499 11.499 0 0 1 0-11.499l26.25-45.467a11.5 11.5 0 0 1 9.96-5.75h52.5a11.5 11.5 0 0 1 9.959 5.75l26.25 45.467a11.499 11.499 0 0 1 0 11.5l-26.25 45.467a11.5 11.5 0 0 1-9.959 5.749h-52.5a11.499 11.499 0 0 1-9.96-5.75z" fill="url(#a)" /><path clip-path="url(#b)" d="M119.229 86.48L80.625 47.874 64 43.425l-14.933 5.55L43.3 64l4.637 16.729 40.938 40.938 8.687-.386z" opacity=".07" /><g fill="#fff"><path d="M64 40.804c-12.81 0-23.195 10.385-23.195 23.196 0 12.81 10.385 23.195 23.195 23.195S87.194 76.81 87.194 64c0-12.811-10.385-23.196-23.194-23.196m0 40.795c-9.72 0-17.6-7.88-17.6-17.6S54.28 46.4 64 46.4 81.6 54.28 81.6 64 73.72 81.6 64 81.6" /><path d="M52.99 63.104v7.21a12.794 12.794 0 0 0 4.38 4.475V63.104zM61.675 57.026v19.411c.745.137 1.507.22 2.29.22.714 0 1.41-.075 2.093-.189V57.026zM70.766 66.1v8.562a12.786 12.786 0 0 0 4.382-4.7v-3.861zM80.691 78.287l-2.403 2.405a1.088 1.088 0 0 0 0 1.537l9.115 9.112a1.088 1.088 0 0 0 1.537 0l2.403-2.402a1.092 1.092 0 0 0 0-1.536l-9.116-9.116a1.09 1.09 0 0 0-1.536 0" /></g></svg>
        </div>;
};

## What are data warehouse destinations?

Data warehouse destinations in Converge are integrations that let you send attributed data from Converge to other platforms and services.

<CloudinaryVideo controls={true} autoplay={true} loop={true} src="https://res.cloudinary.com/drv76uky1/video/upload/v1749475642/changelog_data_warehouse_sync_16_9_fauc8j.mp4" />

<Warning>
  The data warehouse destinations are currently in <strong>beta</strong>.
  Several features are either missing or subject to change in the future. While
  in <strong>testing</strong>, the product is provided <em>as is</em> and its usage
  is <strong>free of charge</strong>. This <strong>will change</strong> in the future
  once the product has been stabilized and released, after which the product will
  be <strong>billed separately</strong>.

  Please reach out to support if you have
  any questions or issues while testing the data warehouse destinations.
</Warning>

## Available destinations

<CardGroup cols={1}>
  <Card title="BigQuery" href="/data-warehouse/integrations/bigquery" icon={<BigQueryIcon />} />
</CardGroup>
