<turbo-stream action="update" target="wiki_card"><template>
<h1>BigQuery</h1>
<p>Google BigQuery is a fully-managed, serverless data warehouse that allows you to run super-fast SQL queries on large datasets. It’s designed to handle enormous volumes of data efficiently.<br><br><strong>A. In order to connect to BigQuery, follow these steps:</strong></p><ol><li><strong>Set Up Google Cloud Project</strong>: Create or select a project in the Google Cloud Console. Ensure you have billing enabled for the project.</li><li><strong>Enable BigQuery API</strong>: Go to the APIs &amp; Services dashboard and enable the BigQuery API for your project.</li><li><strong>Create a Service Account</strong>: In the <strong>IAM &amp; Admin</strong> section, create a service account with appropriate permissions. Download the <strong>service account key</strong> file (JSON format).</li><li><strong>Install BigQuery Client Library</strong>: Depending on your programming environment, install the BigQuery client library.</li><li><strong>Authenticate</strong>: Set up authentication using the service account key. For example, set the GOOGLE_APPLICATION_CREDENTIALS environment variable to the path of your JSON key file.</li><li><strong>Connect and Query</strong>: Use the client library to connect and run queries.</li></ol><p><strong>B. Next, here are the steps required in order to connect to BigQuery via Rapidi:</strong><br><br><strong><em>Note: All parameters should be separated by a semi-colon(;)</em></strong></p><ol><li>Select <strong>ODBC</strong> as the connection type;</li><li>Add a <strong>description</strong> such as Google BigQuery service account;</li><li>Add <strong>3.0 Driver</strong> as the <strong>ODBC Version</strong>;</li><li>Add the following string (in the indicated order) into the <strong>Server Connect</strong> field:&nbsp;</li></ol><ul><li>Simba ODBC Driver for Google BigQuery</li><li>OAuthMechanism=0</li><li>Email= <strong>The service account email address</strong></li><li>KeyFilePath=/dbb_config/service<strong>1234</strong>-dbb<strong>123</strong>/bigquery_access.json ( Rapidi to add the service ID and the DBB ID where this connection is being set up).</li></ul><p><strong>Important: Please provide Rapidi with the Service Account Key file(jSON format).</strong></p><ul><li>Catalog= <strong>BigQuery Project ID</strong></li><li>EnableSession=1</li><li>DefaultDataset= <strong>BigQuery Dataset ID</strong></li></ul><div><strong>Server Connect</strong> string Example:<br><br></div><blockquote><em>Simba ODBC Driver for Google BigQuery;OAuthMechanism=0;Email=rapidi-test-2024@rapidi-project-2024-428813.iam.gserviceaccount.com;KeyFilePath=/dbb_config/service1362-dbb825/bigquery_access.json;Catalog=rapidi-project-2024-428813;EnableSession=1;DefaultDataset=rapidi-project-2024-428813.198901;</em></blockquote><p>5. Click on <strong>Test</strong> and then on <strong>Read Design</strong> to finalise the connection setup.&nbsp;</p>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='BigQuery' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='BigQuery ODBC driver SQL' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>BigQuery - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
