Load Data from BigQuery with Code Assist

Before you load data from BigQuery, add a BigQuery data source.

  1. Click the Domino Code Assist button in the toolbar to insert a code snippet in a new code cell and automatically execute it.

  2. Once Code Assist has been initialized, hover over the assistant icon icon appears. to open a popup menu. Select the Load Data item from the menu.

    Select the Load Data item from the menu
  3. Select the BigQuery data source which was created earlier.

    Select the BigQuery data source from earlier
  4. Specify the project, region, dataset and table that you want to load. Click the INSERT CODE button.

    Code Assist inserts code into the next cell and immediately executes it.

    Code automatically inserted and executed