Skip to content

enriched_deployment_project

Info

Data contract for the Deployment Project junction table of the media domain of the Biocloud. Links deployments to research projects in a many-to-many relationship. - name: Deployment Project - version: 0.0.1 - status: active

Terms of Use

Purpose

Data contract for the Deployment Project junction table of the media domain of the Biocloud. Links deployments to research projects in a many-to-many relationship.

Servers

Name Type Attributes
production databricks No description.
environment: production
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: media_production
host: dbc-2030845a-6c3b.cloud.databricks.com
schema_: enriched
development databricks No description.
environment: development
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: media_development
host: dbc-03ed8bbb-c0ec.cloud.databricks.com
schema_: enriched

Schema

deployment_project

The deployment project junction table links deployments to research projects. A single deployment can be part of multiple projects, and a project can have multiple deployments. This table must be processed after both deployment and project tables.

Field Type Attributes
deployment_project_id bigint Biocloud generated identifier for the deployment-project relationship.
primaryKey
primaryKeyPosition: 1
required
deployment_id bigint Foreign key to the deployment table.
required
project_id bigint Foreign key to the project table.
required
inserted_ts_utc timestamp UTC timestamp when record was inserted.
updated_ts_utc timestamp UTC timestamp when record was last updated.

SLA Properties