Once you have confirmed with your Qubit Customer Success Manager that you have access, the quickest way to get started is via the BigQuery user interface.
Navigate to console.cloud.google.com/bigquery and login with your Google account credentials
Navigate to the Google Cloud project that represents your account
INFO: Your Qubit project will be named qubit-x
, where x
is your company name, as shown in the example above.
Selecting a dataset will reveal the views & tables available.
Select a view to reveal the schema, as shown in the following example:
To run a query, select Compose Query
In the editor, you can compose SQL statements to access your data as well as setting some options for that query job, such as saving the result to a table or setting up a scheduled query. For more information see the documentation on running queries via BigQuery UI.
INFO: You will need to use StandardSQL to run queries.
If you wish to save your data for analysis, you have a number of options:
See the documentation on downloading query results for more information.
However, if you are exporting a large amount of data, such as an entire table of website events data or more than 1 million rows, you will need to use the export functionality:
Full details on this process are available in Exporting table data.