Storage Blob Data Contributor role. For more information, read User assigned with the Storage Blob Data Contributor role.
This component supersedes the Google Sheets Query component, which is no longer available for new pipelines.Existing pipelines with the Google Sheets Query component will continue to work as expected.
Properties
Reference material is provided below for the Connect, Configure, Destination, and Advanced Settings properties.A human-readable name for the component.
Connect
Select OAuth 2.0 Authorization Code from the drop-down menu.
Choose your OAuth connection from the drop-down menu.Click Manage to navigate to the OAuth connections list to review OAuth connections and to add new connections. Read OAuth to learn how to create an OAuth connection.To set up a new OAuth:
- Click Manage under the drop-down menu.
- Click Add OAuth connection in the OAuth tab to open Add new OAuth.
- Provide an appropriate OAuth name.
- Choose Google in the Provider field.
- Select OAuth 2.0 Authorization Code Grant from the Authentication type drop-down.
- Click Sign in with Google.
- Choose an account.
- Click Allow to authorize access to your chosen Google account. You will return to the OAuth tab, where your new OAuth connection will have been created.
- Parameter: A JDBC parameter supported by the database driver. The available parameters are explained in data model. Manual setup is not usually required, since sensible defaults are assumed.
- Value: A value for the given parameter.
Configure
Enter the name of the spreadsheet. This must be accessible to the account used to authenticate (but that account doesn’t need to own the spreadsheet).
The spreadsheet ID is the long string of characters in the middle of the spreadsheet URL. For example, if the spreadsheet URL is
docs.google.com/spreadsheets/d/1aBCD2efg3HiJk4lMNopQ5rs6Tu7-vwxyZ8/edit then the spreadsheet ID is 1aBCD2efg3HiJk4lMNopQ5rs6Tu7-vwxyZ8.- Yes: The first row of data (row 1) is used to derive column names. Spaces and special characters are removed. This is the default setting.
- No: Data is returned using columns A, B, C, and so on. All rows are treated as data.
- Basic: Configure data selection using the Data Source, Data Selection, Data Source Filter, Combine Filters, and Row Limit properties.
- Advanced: Write your own SQL query using the SQL Query property.
Optionally specify a cell range. For example,
A1:C500. If not specified, the entire sheet is read. If specified, then you must set Contains Header Row to No. The specified cell range should only include data and not column headings.The wildcard character * is supported, for example A5:E* would consider columns A-E and rows 5 onwards.Write an SQL query to retrieve your data when Mode is set to Advanced.
Select the data source to query from. Available when Mode is set to Basic.
Select the columns to include from the data source. Available when Mode is set to Basic.
Filter the rows returned from the data source. Available when Mode is set to Basic.
Choose how to combine multiple filters. Select AND to return rows matching all filters, or OR to return rows matching any filter. Available when Mode is set to Basic.
The maximum number of rows to return from the data source. Leave blank to return all rows. Available when Mode is set to Basic.
Destination
Select your cloud data warehouse.- Snowflake
- Databricks
- Amazon Redshift
Select the destination for your data. This is either in Snowflake as a table or as files in cloud storage.
- Snowflake: Load your data into a table in Snowflake. The data must first be staged via Snowflake or a cloud storage solution.
- Cloud Storage: Load your data directly into files in your preferred cloud storage location. The format of these files can differ between source systems and will not have a file extension so we suggest inspecting the output to determine the format of the data.
- Snowflake
- Cloud Storage
The Snowflake warehouse used to run the queries. The special value
[Environment Default] uses the warehouse defined in the environment. Read Overview of Warehouses to learn more.The Snowflake database to access. The special value
[Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.The Snowflake schema. The special value
[Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.The name of the table to be created in your Snowflake database. You can use a Table Input component in a transformation pipeline to access and transform this data after it has been loaded.
Define what happens if the table name already exists in the specified Snowflake database and schema.
- Replace: If the specified table name already exists, that table will be destroyed and replaced by the table created during this pipeline run.
- Truncate and Insert: If the specified table name already exists, all rows within the table will be removed and new rows will be inserted per the next run of this pipeline.
- Fail if Exists: If the specified table name already exists, this pipeline will fail to run.
- Append: If the specified table name already exists, then the data is inserted without altering or deleting the existing data in the table. It’s appended onto the end of the existing data in the table. If the specified table name doesn’t exist, then the table will be created, and your data will be inserted into the table.
Select one or more columns to be designated as the table’s primary key.
- Yes: Staged files will be destroyed after data is loaded. This is the default setting.
- No: Staged files are retained in the staging area after data is loaded.
Select the stage access strategy. The strategies available depend on the cloud platform you select in Stage Platform.
- Credentials: Connects to the external stage (AWS, Azure) using your configured cloud provider credentials. Not available for Google Cloud Storage.
- Storage Integration: Use a Snowflake storage integration to grant access to Snowflake to read data from and write to a cloud storage location. This will reveal the Storage Integration property, through which you can select any of your existing Snowflake storage integrations.
Use the drop-down menu to choose where the data is staged before being loaded into your Snowflake table.
- Amazon S3: Stage your data on an AWS S3 bucket.
- Snowflake: Stage your data on a Snowflake internal stage.
- Azure Storage: Stage your data in an Azure Blob Storage container.
- Google Cloud Storage: Stage your data in a Google Cloud Storage bucket.
Advanced Settings
Choose whether to automatically log debug information about your load. These logs can be found in the task history and should be included in support requests concerning the component. Turning this on will override any debugging connection options.
The level of verbosity with which your debug information is logged. Levels above 1 can log huge amounts of data and result in slower execution. These logs can be found in the Message field of the task details after pipeline execution and should be included in support requests concerning the component.
- Will log the query, the number of rows returned by it, the start of execution and the time taken, and any errors.
- Will log everything included in Level 1, plus cache queries and additional information about the request, if applicable.
- Will additionally log the body of the request and the response.
- Will additionally log transport-level communication with the data source. This includes SSL negotiation.
- Will additionally log communication with the data source, as well as additional details that may be helpful in troubleshooting problems. This includes interface commands.
Converts common strings that represent null into a null value. This is case-sensitive and works with the following strings: "", “NULL”, “NUL”, “Null”, “null”. The default is No.
Currently, this property is only applicable when using Snowflake as your destination.
When Yes, remove leading and trailing characters from a string column. The default is No.
Data model
The JDBC driver for this component models Google Sheets APIs as relational tables, views, and stored procedures, which are documented in the data model. You’ll also find API limitations and requirements. This connector also allows you to query system tables in Advanced mode. To see the available system tables in the data model, read the System Tables section of the data model. For more information about using system tables, read our System tables guide.Deactivate soft delete for Azure blobs (Databricks)
If you intend to set your destination as Databricks and your stage platform as Azure Storage, you must turn off the “Enable soft delete for blobs” setting in your Azure account for your pipeline to run successfully. To do this:- In the Azure portal, navigate to your storage account.
- In the menu, under Data management, click Data protection.
- Clear the Enable soft delete for blobs checkbox. For more information, read Soft delete for blobs.

