This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 2c32342 refactor: Move Badge to Antdesign (#11899)
add 66cd565 feat: add Postgres SQL validator (#11538)
No new revisions were added by this update.
Summary of changes:
.github/workflows/bashlib.sh | 2 ++
Dockerfile | 1 +
requirements/base.txt | 37 ++++++++++++-------------
requirements/development.txt | 10 +++----
requirements/docker.txt | 2 +-
requirements/integration.txt | 12 ++++-----
requirements/testing.txt | 8 +++---
setup.cfg | 2 +-
setup.py | 1 +
superset/config.py | 5 +++-
superset/sql_validators/__init__.py | 7 +++--
superset/sql_validators/postgres.py | 54 +++++++++++++++++++++++++++++++++++++
tests/sql_validator_tests.py | 31 ++++++++++++++++++++-
13 files changed, 132 insertions(+), 40 deletions(-)
create mode 100644 superset/sql_validators/postgres.py