From 9773aba522e957ed9423045ca153219638a85d2f Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Tue, 23 Mar 2021 20:11:58 -0700 Subject: [PATCH] fix(CI): use presto docker image from starburst (#13756) --- .github/workflows/superset-python-presto-hive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index 4eefa90591737..e4b6ca422be91 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -33,7 +33,7 @@ jobs: # GitHub action runner's default installations - 15432:5432 presto: - image: prestosql/presto:339 + image: starburstdata/presto:350-e.6 env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset