website logo
⌘K
Getting Started 🚀
What is DataLakeHouse.io?
Our Business-Value Focus
Learn the Basic Concepts
Connectors
Operations Applications
Asana
Aloha POS
Baremetrics
Beans Route
BILL
Bloom Growth
Bullhorn
Calendly
Ceridian Dayforce
ClinicalTrials.gov
ConnectWise
DBT Cloud
DBT Cloud Log Stream
Facebook Ads
Food Delivery Service Connector
Google Analytics 4
Google Play
Harvest
Hubspot
Jira
MailChimp
McLeod Transportation
Microsoft Teams
NetSuite (Oracle NetSuite)
NetSuite SuiteAnalytics
Optimum HRIS
QuickBooks Online
Salesforce
Salesloft
Shift4 Payments
Shopify
Square
Square Marketplace
Stripe
Toast
TriNet
Verizon Wireless Business
Workday HCM
Xero
Zendesk Sell
Zoom
Databases
Files & Object Storage
SQL Data Query
SSH Tunnel Setup for Hosted Database Systems
SQL Playground Editor
SQL Transformations
DBT Cloud Transformations
Terraform: Reverse Terraforming
Sync Bridge (Data Pipelines)
Create a Sync Bridge
Manually Run a Sync Bridge
Deleting a Sync Bridge
Historical Re-sync
Analytics
Access Analytics
Snowflake Usage Analytics
Data Catalog
Create the Catalog
Populate the Catalog
Access the Catalog
Data Warehouse Clouds
❄️Snowflake
Open Source DW Models
Alerts & Notifications
Slack Notifications
Logs & Monitoring
Security
Callback Links
Service Level Agreement (SLA)
Release Notes
July 2023
June 2023
May 2023
April 2023
Q3 2022
Q4 2022
Community Overview
Contributor Agreements
Code Contribution Guide
About
Customer Support
License
Viewpoint
Credit Consumption Breakdown
Docs powered by
Archbee
website logo
Connectors
Databases

BigQuery (Google)

4min

One of the most robust Cloud Data Warehouse solutions, and arguably the first, available on the market today it is a no brainer that we have Google BigQuery as a target system for DLH.io.

In order to get setup on BigQuery we use a sophisticated but elegant solution which aligns with open standards and uses the best pratices prescribed by Google, as well as a few that we have learned over hundreds of customer interactions.

Use this section of the documentation to explore:

  • Basic BigQuery Setup
  • BigQuery Case Senstivity
  • BigQuery DLH.io Demo Video

BigQuery Case Sensitivity

Currently DLH.io abides by the case-sensitivity of BigQuery. This means that the dataset/schema and the tables are case-senstive when created and populated by DLH.io. As a future feature we will allow a force case-insensitive feature. In which case once will need to understand if their source connection has any case sensitivity which could result in an issue as the data is loaded into the target. There is potential for case-insensitivity to bcome the default standard of DLH.io

Per the BigQuery documentation on their lexical structure and syntax there are different uses of case sensitivity in the BigQuery platform.

Category

Case-Sentitive?

Notes

Keywords

No



Bulit-in Function Names

No



UDF Names

Yes



Table Names

Yes (can turn off)

Yes, for Datasets and Tables Names; unless the option "is_case_insensitive" is set to TRUE

Column Name

No



String Values

Yes



String Comparisions

Yes



Aliases within a Query

No



Regular Expression Matching



RegEx matching is case-sensitive by default, unless the regex expression specifies case insensitivity

LIKE Matching

Yes









If using the is_case_insensitive option, note that it cannot be used for ALTER SCHEMA only for CREATE SCHEMA (ref: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#schema_option_list). This is set when creating the SCHEMA as follows:

Set Case Insensitivity in BigQuery
|
CREATE SCHEMA mydataset
OPTIONS(
  is_case_insensitive=TRUE
)




Updated 17 Jun 2023
Did this page help you?
PREVIOUS
Databases
NEXT
Basic BigQuery Setup
Docs powered by
Archbee
TABLE OF CONTENTS
BigQuery Case Sensitivity
Docs powered by
Archbee