CARTO Data Warehouse
Last updated
Was this helpful?
Last updated
Was this helpful?
Every CARTO organization comes provisioned with an active data warehouse connection that is created by default.
This connection will grant you access to some resources, in terms of cloud storage and cloud computing, that are provided by CARTO. This default connection will help you get started with our platform, and it will also give you access to some demo datasets so you can start using our platform from the very beginning. It will also enable you to have access to spatial datasets from CARTO’s Data Observatory without the need of connecting your own data warehouse to get access to cloud resources.
The CARTO Data Warehouse
connection is limited to a certain amount of computing per day. You can find this limit in the CARTO Data Warehouse
connection’s card. These limits depend on whether your organization has purchased the CARTO Data Warehouse Add-on in your subscription plan.
For simplicity, the CARTO Data Warehouse uses the same structure and naming as a Google BigQuery connection: projects, datasets and tables.
Inside the CARTO Data Warehouse you'll find two primary datasets, available to all editors:
For the data that users in the organization will manage, there are two available datasets: private and shared.
private
)The private dataset is a unique dataset for each user, and all the tables and tilesets in this folder will only be available to that user. Private datasets have a unique qualified name that identifies the user, extracted from their email.
carto-dw-ac-IDxxxxxx.private_johndoe_IDxxxxxx.example_data
There are some particularities when using private data:
Maps using private data can still be shared and made public without any issue
Maps can still be duplicated and made collaborative, but your teammates won't be able to view the data in your private dataset.
shared
)The shared dataset is the same for every user inside the organization, and all the tables and tilesets in this folder will be available for all users.
The CARTO Data Warehouse
connection grants access to a set of demo tables and tilesets that can be used to start creating maps and exploring the tools from the very beginning. They’re available and ready to be used in the Data Explorer.
Additionally, if your onboarding experience was customized, you may get additional demo data for Retail, CPG or Out-of-home use cases.
Technically speaking, the CARTO Data Warehouse is a fully-managed Google BigQuery project for the organization, where users in the organization can upload and analyze geospatial data as if they were connecting their own data warehouse. To complete the experience of this managed data warehouse, we give users the possibility of directly accessing the SQL console, to run their own queries there.
In order to get access to the console of the CARTO Data Warehouse, just provide a valid Google Account:
Once the process is finished, the interface will change and it will display a shortcut to access the CARTO Data Warehouse console:
You won't be able to create new datasets, to maintain the structure and privacy of your project.
Once you're in the console, you'll be able to run any type of SQL query or use most of the functionalities available in BigQuery. Here are some examples of use cases that can be achieved through the console:
(organization data
): the data managed by you and your teammates.
(demo data
): these are tables and tilesets curated by CARTO
For example, if a user with an email johndoe@acme.com
and a table called example_data
wants to use private data in a , they will use a qualified name similar to:
If the viewer is promoted to editor again, they will recover access to their private data but the admin will still retain privileges over that dataset. If this is an issue, re-create the user or contact our
If your CARTO organization has been outside the US (e.g., Europe-West, Asia-Northeast), you will find available an additional dataset called shared-us
in your CARTO Data Warehouse connection. With the tables stored in shared-us
you will be able to access certain functionalities, such as creating tilesets and performing data enrichment with Data Observatory subscriptions, that are only available at the moment for data tables stored in the US multi-region. In case of questions, please contact .
At this point, we have granted your Google account permissions to access the console, plus access to the , so you can run our functions directly in the console. If you click on "Access console" you'll be redirected to the Google BigQuery console, where you will have the same level of access than in the CARTO Data Explorer. You will likely see:
Your
Your
Your temporal dataset
An additional project and a dataset for your subscriptions.
This by Google Cloud
This by the Google Cloud team
Another approach we recommend is using .
In CARTO Builder, you can only run SELECT-type queries, but some methods in our are non-SELECT procedures, for example, the . Using the console you can run those procedures, store the result in a table and visualize it with Builder.
Another approach we recommend is using .