-
-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to enable/disable specific features via --config #284
Comments
I'm not crazy about the |
This will also give us a mechanism for turning on and off the cross-database joins feature from #283 |
Maybe |
|
Demo:
https://datasette-demo-284.now.sh/ Note the following:
|
--config
settings from #274 can currently only be integers.I'd like them to be available as boooeans too. Then we can use them to have that are turned on by default but can be turned off.
First features to get this treatment:
allow_sql
- whether or not the?sql=
parameter is allowed and form is displayedallow_facet
- is?_facet=
allowed or do we only run facets defined inmetadata.json
allow_download
- do we let users download the full SQLite database file?suggest_facets
- do we attempt to calculate suggested facets?Refs #275
The text was updated successfully, but these errors were encountered: