Links

BigQuery

Loading data from your Google BigQuery account.
To connect your existing data warehouse with your DCN, you can add a BigQuery source. This will allow you to map data such as identifiers, associated identifiers, and traits from a view or a table using a predefined tabular data schema.
By directly connecting your BigQuery instance with your DCN, you can easily integrate your data and gain valuable insights without the need for complex data migrations or transformations.

Pre-requisites:

  • Have a BigQuery account with a project, dataset with permissions to create tables and manage sharing principals.
  • Create a view or table in BigQuery that is based on the tabular data schema.
If your table or view references a file found in a Google Cloud Storage bucket, you must also grant your DCN the Cloud Storage->Storage Object Viewer role on the Google Cloud Storage bucket as permissions are not inherited.

Steps:

  1. 1.
    Open the source creation form in your DCN and copy your DCN service account from the form.
  2. 2.
    In BigQuery, navigate to the dataset, or table/view where you want to grant access to your DCN service account.
  3. 3.
    Click on the "Share" button in the top right corner of the screen.
  4. 4.
    In the "Add Principal" field, paste the DCN service account that you copied earlier.
  5. 5.
    Grant your DCNs service account the "BigQuery Data Viewer" role.
  6. 6.
    Click on the "Save" button to save the changes and grant read-only BigQuery access to your DCN service account.
  7. 7.
    Return to the source creation form and enter the project, dataset and table IDs and set the ingestion frequency.
  8. 8.
    Click "Create"
Example of the BigQuery Source Creation Form
With these steps completed, your DCN service account should now have access to the BigQuery project, dataset, or view that you granted access to. This will allow you to use the data in your view or table as a data source in your DCN.
Last modified 11d ago