rusackas commented on code in PR #32623: URL: https://github.com/apache/superset/pull/32623#discussion_r1992155001
########## superset/examples/configs/datasets/examples/cleaned_sales_data.yaml: ########## @@ -43,251 +47,300 @@ columns: is_dttm: true is_active: true type: TIMESTAMP WITHOUT TIME ZONE + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: price_each verbose_name: null is_dttm: false is_active: true type: DOUBLE PRECISION + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: sales verbose_name: null is_dttm: false is_active: true type: DOUBLE PRECISION + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: address_line1 verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: address_line2 verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: contact_last_name + extra: null +- column_name: order_line_number verbose_name: null is_dttm: false is_active: true - type: TEXT + type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: contact_first_name + extra: null +- column_name: quantity_ordered verbose_name: null is_dttm: false is_active: true - type: TEXT + type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: quantity_ordered + extra: null +- column_name: order_number verbose_name: null is_dttm: false is_active: true type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: year + extra: null +- column_name: quarter verbose_name: null is_dttm: false is_active: true type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: postal_code + extra: null +- column_name: year verbose_name: null is_dttm: false is_active: true - type: TEXT + type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: customer_name + extra: null +- column_name: month verbose_name: null is_dttm: false is_active: true - type: TEXT + type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: deal_size + extra: null +- column_name: msrp verbose_name: null is_dttm: false is_active: true - type: TEXT + type: BIGINT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: state + extra: null +- column_name: contact_last_name verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: status + extra: null +- column_name: contact_first_name verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: order_line_number + extra: null +- column_name: postal_code verbose_name: null is_dttm: false is_active: true - type: BIGINT + type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: order_number + extra: null +- column_name: customer_name verbose_name: null is_dttm: false is_active: true - type: BIGINT + type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: month + extra: null +- column_name: deal_size verbose_name: null is_dttm: false is_active: true - type: BIGINT + type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: quarter + extra: null +- column_name: product_code verbose_name: null is_dttm: false is_active: true - type: BIGINT + type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: msrp + extra: null +- column_name: product_line verbose_name: null is_dttm: false is_active: true - type: BIGINT + type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: product_code + extra: null +- column_name: state verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null -- column_name: product_line + extra: null +- column_name: status verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: city verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: country verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: phone verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: null - column_name: territory verbose_name: null is_dttm: false is_active: true type: TEXT + advanced_data_type: null groupby: true filterable: true expression: null description: null python_date_format: null + extra: 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 +database_uuid: [a2dc77af-e654-49bb-b321-40f6b559a1ee](https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv) Review Comment: ```suggestion database_uuid: a2dc77af-e654-49bb-b321-40f6b559a1ee data: https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
