mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
fix: don't strip SQL comments in Explore - 2nd try (#28753)
This commit is contained in:
committed by
GitHub
parent
5e060cef7c
commit
514eda82fb
@@ -24,7 +24,7 @@ jobs:
|
||||
mysql+mysqldb://superset:superset@127.0.0.1:13306/superset?charset=utf8mb4&binary_prefix=true
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mysql:8.0
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user