website logo
⌘K
Getting Started 🚀
What is DataLakeHouse.io?
Our Business-Value Focus
Learn the Basic Concepts
Connectors
Operations Applications
Toast
Asana
Aloha POS
BILL
Bloom Growth
Bullhorn
Ceridian Dayforce
ConnectWise
Facebook Ads
Food Delivery Service Connector
Google Analytics 4
Harvest
Hubspot
Jira
MailChimp
McLeod Transportation
NetSuite (Oracle NetSuite)
Optimum HRIS
Oracle EBS
Oracle PeopleSoft
QuickBooks Online
Salesforce
Shopify
Square
Square Marketplace
Stripe
TriNet
Verizon Wireless Business
Workday HCM
Xero
Zoom
Databases
Files & Object Storage
SSH Tunnel Setup for Hosted Database Systems
Databases FAQ
SQL Transformations
Terraform: Reverse Terraforming
DBT Cloud Transformations
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
Untitled doc
Logs & Monitoring
Security
Callback Links
Service Level Agreement (SLA)
Release Notes
May 2023
April 2023
Q3 2022
Q4 2022
Community Overview
Contributor Agreements
Code Contribution Guide
About
License
Viewpoint
Docs powered by archbee 

BigQuery (Google BigQuery)

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 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Databases
NEXT
Basic BigQuery Setup
Docs powered by archbee 
TABLE OF CONTENTS
BigQuery Case Sensitivity