This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch aws-iam
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1c0429a0de4 feat(AWS IAM): phase 1
new 64656baf356 Phase 2
new af16bd9a198 Provisioned Redshift clusters
new d6afe5b6277 Update docs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.pre-commit-config.yaml | 1 +
docs/docs/configuration/databases.mdx | 220 ++++++++
superset/db_engine_specs/aurora.py | 13 +
superset/db_engine_specs/aws_iam.py | 305 +++++++++-
superset/db_engine_specs/mysql.py | 54 +-
superset/db_engine_specs/postgres.py | 8 +-
superset/db_engine_specs/redshift.py | 40 ++
tests/unit_tests/db_engine_specs/test_aurora.py | 74 +++
tests/unit_tests/db_engine_specs/test_aws_iam.py | 623 ++++++++++++++++++++-
.../{test_aurora.py => test_mysql_iam.py} | 159 +++---
.../db_engine_specs/test_redshift_iam.py | 382 +++++++++++++
11 files changed, 1785 insertions(+), 94 deletions(-)
copy tests/unit_tests/db_engine_specs/{test_aurora.py => test_mysql_iam.py}
(51%)
create mode 100644 tests/unit_tests/db_engine_specs/test_redshift_iam.py