docs/access

access the warehouse.

haven’t signed up for early access yet? start here →

got an email from us? your google account has been added to the point luna access group. here’s how to start querying.

what you’ll need
  • the google account you signed up with
  • a google cloud project (free to create)
  • ~5 minutes
step 1

create a google cloud project

go to console.cloud.google.com and create a new project, signed in with the same google account you used to request access. name it anything (e.g. point-luna-queries). this is where bigquery will run your queries from.

if you already have a gcp project, you can use that instead — just make sure you’re signed in as the email you registered with us.

step 2

open the point luna dataset

in the bigquery console (console.cloud.google.com/bigquery), click + add in the explorer panel → star a project by name and enter:

pointluna-data

our tables will appear in your sidebar under “starred projects.” if you don’t see them, double-check you’re signed in with the email you registered with us.

step 3

run your first query

-- list every table available to you
SELECT *
FROM `pointluna-data.metadata.tables`
LIMIT 100

paste into the bigquery query editor and click “run.”