Project Properties Dialog

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search

The Project Properties Dialog is for viewing and changing project properties.

General

The General tab shows the following information for the project:

  • Project ID: The id of the project.
  • Properties changed: The time the properties were last changed.
  • Properties changed by: The name of the user who last changed the project properties.
  • Created: The time the project was created.
  • Created by: The name of the user who created the project.
  • My permissions: The permissions the currently logged in user has for this project.

Description

The Description tab contains a text box for entering the project description.

Data location

The Data Location tab contains the following properties:

  • Snowflake database name: A text box for defining the default Snowflake database used in the project.
  • Snowflake schema name: A text box for defining the default Snowflake schema used in the project.
  • Snowflake connection string secret: A drop-down list showing all the available Snowflake datatable connection string name secrets for this project.

Secrets

The Secrets tab shows the effective global secrets. See Storing Secrets for Scripts for a description of secrets. For each secret, the Name and Type of the secret is shown. To delete a secret, click the trashcan icon.

Adding or Editing a Secret

To add a new secret, click the Add Secret button. To edit a secret, click the pen icon. The secret properties dialog will open. Then define the secret properties:

  • Name: The name of the secret. Used e.g. when selecting the Snowflake connection string secret (in Data location above).
  • Type: Shows all the supported secret types. When editing a secret, this value is read-only.
  • Connection string or Password: The value to store as the secret. The value entered here will not appear in any of the logs generated by QPR ProcessAnalyzer.

After defining the properties, click Save.