mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
294 lines
6.3 KiB
YAML
294 lines
6.3 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: cleaned_sales_data
|
|
main_dttm_col: OrderDate
|
|
description: null
|
|
default_endpoint: null
|
|
offset: 0
|
|
cache_timeout: null
|
|
schema: null
|
|
sql: null
|
|
params: null
|
|
template_params: null
|
|
filter_select_enabled: false
|
|
fetch_values_predicate: null
|
|
extra: null
|
|
uuid: e8623bb9-5e00-f531-506a-19607f5f8005
|
|
metrics:
|
|
- metric_name: count
|
|
verbose_name: COUNT(*)
|
|
metric_type: count
|
|
expression: COUNT(*)
|
|
description: null
|
|
d3format: null
|
|
extra: null
|
|
warning_text: null
|
|
columns:
|
|
- column_name: order_date
|
|
verbose_name: null
|
|
is_dttm: true
|
|
is_active: true
|
|
type: TIMESTAMP WITHOUT TIME ZONE
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: price_each
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: DOUBLE PRECISION
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: sales
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: DOUBLE PRECISION
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: address_line1
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: address_line2
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: contact_last_name
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: contact_first_name
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: quantity_ordered
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: year
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: postal_code
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: customer_name
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: deal_size
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: state
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: status
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: order_line_number
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: order_number
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: month
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: quarter
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: msrp
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: BIGINT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: product_code
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: product_line
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: city
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: country
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: phone
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
- column_name: territory
|
|
verbose_name: null
|
|
is_dttm: false
|
|
is_active: true
|
|
type: TEXT
|
|
groupby: true
|
|
filterable: true
|
|
expression: null
|
|
description: null
|
|
python_date_format: null
|
|
version: 1.0.0
|
|
database_uuid: a2dc77af-e654-49bb-b321-40f6b559a1ee
|
|
data: https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv
|