This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6b016da185 fix: Workaround for Pandas.DataFrame.to_csv bug (#28755)
add 53798c7904 feat(trino): Add functionality to upload data (#29164)
No new revisions were added by this update.
Summary of changes:
pyproject.toml | 3 +-
superset/db_engine_specs/hive.py | 6 ++
superset/db_engine_specs/trino.py | 89 +++++++++++++++-
.../db_engine_specs/trino_tests.py | 115 +++++++++++++++++++++
4 files changed, 211 insertions(+), 2 deletions(-)
create mode 100644 tests/integration_tests/db_engine_specs/trino_tests.py