Files
superset2/superset/examples/configs/datasets/examples/project_management.yaml
2025-07-03 14:23:50 -07:00

294 lines
6.6 KiB
YAML

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
table_name: project_management
main_dttm_col: start_time
description: null
default_endpoint: null
offset: 0
cache_timeout: null
catalog: examples
schema: public
sql: |-
SELECT
1718870400000 AS start_time,
1718874000000 AS end_time,
'Project Alpha' AS project,
'Design Phase' AS phase,
'Initial design and architecture planning for Alpha.' AS description,
'Completed' AS status,
'High' AS priority
UNION ALL
SELECT
1718872800000,
1718877200000,
'Project Alpha',
'Development Phase',
'Core feature development for Alpha project.',
'In Progress',
'High'
UNION ALL
SELECT
1718876400000,
1718880000000,
'Project Alpha',
'Testing Phase',
'Internal testing and bug fixing for Alpha features.',
'Planned',
'Medium'
UNION ALL
SELECT
1718878800000,
1718882400000,
'Project Alpha',
'Deployment Phase',
'Preparation and execution of Alpha deployment.',
'On Hold',
'High'
UNION ALL
SELECT
1718880000000,
1718883600000,
'Project Beta',
'Design Phase',
'Gathering requirements and conceptual design for Beta.',
'Completed',
'Medium'
UNION ALL
SELECT
1718882400000,
1718886000000,
'Project Beta',
'Development Phase',
'Module-wise development for Beta project.',
'In Progress',
'Medium'
UNION ALL
SELECT
1718884800000,
1718888400000,
'Project Beta',
'Testing Phase',
'User acceptance testing for Beta release.',
'Planned',
'High'
UNION ALL
SELECT
1718887200000,
1718890800000,
'Project Beta',
'Deployment Phase',
'Final checks and release of Beta version.',
'Planned',
'Medium'
UNION ALL
SELECT
1718889600000,
1718893200000,
'Project Gamma',
'Design Phase',
'System design and database schema for Gamma.',
'Completed',
'Low'
UNION ALL
SELECT
1718892000000,
1718895600000,
'Project Gamma',
'Development Phase',
'Backend API and frontend integration for Gamma.',
'In Progress',
'High'
UNION ALL
SELECT
1718894400000,
1718898000000,
'Project Gamma',
'Testing Phase',
'Automated test suite execution for Gamma.',
'Planned',
'Medium'
UNION ALL
SELECT
1718896800000,
1718900400000,
'Project Gamma',
'Deployment Phase',
'Handover and post-deployment support for Gamma.',
'Planned',
'Low'
UNION ALL
SELECT
1718900000000,
1718904000000,
'Project Alpha',
'Risk Assessment',
'Analyzing potential risks and mitigation strategies.',
'Completed',
'High'
UNION ALL
SELECT
1718902000000,
1718906000000,
'Project Beta',
'Client Review',
'Review meeting with key stakeholders for Beta.',
'In Progress',
'High'
UNION ALL
SELECT
1718904000000,
1718908000000,
'Project Gamma',
'Documentation',
'Creating technical and user documentation.',
'Planned',
'Low'
UNION ALL
SELECT
1718906000000,
1718910000000,
'Project Alpha',
'Feature Implementation',
'Implementing new requested features for Alpha.',
'In Progress',
'High'
UNION ALL
SELECT
1718908000000,
1718912000000,
'Project Beta',
'User Acceptance Testing',
'Final UAT before production release.',
'Planned',
'High'
UNION ALL
SELECT
1718910000000,
1718914000000,
'Project Gamma',
'Bug Fixing',
'Addressing critical bugs reported post-release.',
'In Progress',
'Medium';
params: null
template_params: null
filter_select_enabled: true
fetch_values_predicate: null
extra: null
normalize_columns: false
always_filter_main_dttm: false
folders: null
uuid: d638a239-f255-44fc-b0c1-c3f3b7f00ee0
metrics:
- metric_name: count
verbose_name: COUNT(*)
metric_type: count
expression: COUNT(*)
description: null
d3format: null
currency: null
extra:
warning_markdown: ''
warning_text: null
columns:
- column_name: start_time
verbose_name: null
is_dttm: true
is_active: true
type: LONGINTEGER
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: end_time
verbose_name: null
is_dttm: true
is_active: true
type: LONGINTEGER
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: phase
verbose_name: null
is_dttm: false
is_active: true
type: STRING
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: status
verbose_name: null
is_dttm: false
is_active: true
type: STRING
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: description
verbose_name: null
is_dttm: false
is_active: true
type: STRING
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: project
verbose_name: null
is_dttm: false
is_active: true
type: STRING
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
- column_name: priority
verbose_name: null
is_dttm: false
is_active: true
type: STRING
advanced_data_type: null
groupby: true
filterable: true
expression: null
description: null
python_date_format: null
extra: {}
version: 1.0.0
database_uuid: a2dc77af-e654-49bb-b321-40f6b559a1ee