Skip to content

Commit

Permalink
fix: add more clickhouse disallowed functions on config
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Nov 29, 2024
1 parent 93ba8e1 commit 2e3b666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def engine_context_manager( # pylint: disable=unused-argument
"table_to_xml_and_xmlschema",
"version",
},
"clickhouse": {"url"},
"clickhouse": {"url", "version", "currentDatabase", "hostName"},
"mysql": {"version"},
}

Expand Down

0 comments on commit 2e3b666

Please sign in to comment.