mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: table schema permissions (#23356)
This commit is contained in:
@@ -83,6 +83,8 @@ class SnowflakeEngineSpec(PostgresBaseEngineSpec):
|
||||
default_driver = "snowflake"
|
||||
sqlalchemy_uri_placeholder = "snowflake://"
|
||||
|
||||
dynamic_schema = True
|
||||
|
||||
_time_grain_expressions = {
|
||||
None: "{col}",
|
||||
"PT1S": "DATE_TRUNC('SECOND', {col})",
|
||||
|
||||
Reference in New Issue
Block a user