Skip to content

Commit

Permalink
add new feature flag for indicating of using new query context valida…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ofekisr committed Apr 18, 2022
1 parent f59b682 commit ae041fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
"UX_BETA": False,
"GENERIC_CHART_AXES": False,
"ALLOW_ADHOC_SUBQUERY": False,
"QUERY_CONTEXT_VALIDATION_SQL_EXPRESSION": True,
}

# Feature flags may also be set via 'SUPERSET_FEATURE_' prefixed environment vars.
Expand Down

0 comments on commit ae041fa

Please sign in to comment.