Skip to content

Commit

Permalink
chore(FF): adding generic X axis Feature Flag (default: False) (#18801)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Feb 18, 2022
1 parent 8dc2377 commit 80d66dd
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 @@ -435,6 +435,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
# This could cause the server to run out of memory or compute.
"ALLOW_FULL_CSV_EXPORT": False,
"UX_BETA": False,
"GENERIC_CHART_AXES": False,
}

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

0 comments on commit 80d66dd

Please sign in to comment.