Skip to content

Commit

Permalink
chore(FF): adding generic X axis Feature Flag (default: False) (apach…
Browse files Browse the repository at this point in the history
…e#18801)

(cherry picked from commit 80d66dd)
  • Loading branch information
rusackas authored and sadpandajoe committed Feb 24, 2022
1 parent cbab107 commit c3e8626
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 c3e8626

Please sign in to comment.