diff --git a/setup.py b/setup.py index 1a062a4cf3210..6508878129b3d 100644 --- a/setup.py +++ b/setup.py @@ -54,8 +54,8 @@ def get_git_sha() -> str: setup( - name="apache-superset", - description=("A modern, enterprise-ready business intelligence web application"), + name="dimagi-superset", + description=("A 'Dimagi' fork of modern, enterprise-ready business intelligence web application (apache-superset)"), long_description=long_description, long_description_content_type="text/markdown", version=version_string, diff --git a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx index 7aa80bb12ace1..ca36ac06533ca 100644 --- a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx +++ b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx @@ -211,6 +211,10 @@ const ChangeDatasourceModal: FunctionComponent = ({ Header: t('Name'), accessor: 'table_name', }, + { + Header: t('External Name'), + accessor: 'description', + }, { Header: t('Type'), accessor: 'kind', diff --git a/superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx b/superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx index bdc9f4084d013..bbced5bfbc160 100644 --- a/superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx +++ b/superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx @@ -282,6 +282,11 @@ const DatasetList: FunctionComponent = ({ Header: t('Name'), accessor: 'table_name', }, + { + Header: t('External Name'), + accessor: 'description', + size: 'lg', + }, { Cell: ({ row: {