Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1

project name

2

GCS bucket path

the path where the Required Files are located (ex: gs://project-name/app); the contents will be made available on the application as well.

3

launch date

optional; projects can be scheduled for launch at a later day (tomorrow, etc)

BigQuery access

  1. As a data sciencescientist, chances are that you have been provided with a Service Account (SA) to access the client`s private projects.

  2. The application is run by the project's own Compute Engine Service Account (CE SA).
    Because the project is in the scope of Boxalino, it will have direct read access to the client's datasets.

In order for the Application Launch to be able to access the client's own project dataset,
the CE SA will have to "impersonate" the SA in the client's project.

...

  1. Go to the client`s private project IAM & Admin menu

  2. Navigate to Service Accounts

  3. Locate the service account with access provided for the scope of the application deployment

  4. On top-right, click on “Show Info Panel”.

  5. Add the CE SA and set the “Service Account User” permission

The output of the application can be stored directly in the deployed GCP project scope (BigQuery, GCS, etc)

...