This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch pexdax/snowflake
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 9fa95ba Merge branch 'master' of https://github.com/apache/superset
into pexdax/snowflake
add 62774d2 refactor(DB Connections): Build Snowflake Dynamic Form
(#16875)
No new revisions were added by this update.
Summary of changes:
setup.cfg | 2 +-
.../DatabaseModal/DatabaseConnectionForm.tsx | 668 ---------------------
.../DatabaseConnectionForm/CommonParameters.tsx | 207 +++++++
.../DatabaseConnectionForm/EncryptedField.tsx | 198 ++++++
.../DatabaseConnectionForm/TableCatalog.tsx | 104 ++++
.../DatabaseConnectionForm/ValidatedInputField.tsx | 62 ++
.../DatabaseModal/DatabaseConnectionForm/index.tsx | 172 ++++++
superset/datasets/dao.py | 2 +-
superset/db_engine_specs/snowflake.py | 56 +-
superset/models/core.py | 2 +-
10 files changed, 779 insertions(+), 694 deletions(-)
delete mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/index.tsx