Skip to content

enriched_project

Info

Data contract for the Project table of the media domain of the Biocloud. Contains information about research projects and monitoring campaigns. - name: Project - version: 0.0.1 - status: active

Terms of Use

Purpose

Data contract for the Project table of the media domain of the Biocloud. Contains information about research projects and monitoring campaigns.

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

project

The project table contains information about research projects and monitoring campaigns. Projects organize sensor deployments and media collection activities around specific research objectives.

Field Type Attributes
project_id bigint Biocloud generated identifier for the project.
primaryKey
primaryKeyPosition: 1
required
title string Name or title of the research project.
required
examples: ['ARISE Pollinator Monitoring', 'Urban Biodiversity Survey 2024']
description string Detailed description of the project objectives and methodology.
start_date date Start date of the project.
end_date date End date of the project.
source_id string The ID of this record in the source system.
required
source string The name of the source system used to create this record in the table.
required
examples: ['diopsis', 'faunabit', 'diopsis_v1']
inserted_ts_utc timestamp UTC timestamp when record was inserted.
updated_ts_utc timestamp UTC timestamp when record was last updated.

SLA Properties