-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatasette.yaml
More file actions
54 lines (53 loc) · 1.33 KB
/
datasette.yaml
File metadata and controls
54 lines (53 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Eric's Utilities @ Datasette
description: Testing out Datasette with my utility data.
source: utilities.ericoc.com
source_url: https://utilities.ericoc.com/
allow_sql: false
databases:
allow_sql: false
utilities:
allow_sql: false
source: https://utilities.ericoc.com/
tables:
auth_group:
allow: false
hidden: true
auth_group_permissions:
allow: false
hidden: true
auth_permission:
allow: false
hidden: true
auth_user:
allow: false
hidden: true
auth_user_groups:
allow: false
hidden: true
auth_user_user_permissions:
allow: false
hidden: true
django_admin_log:
allow: false
hidden: true
django_content_type:
allow: false
hidden: true
django_migrations:
allow: false
hidden: true
django_session:
allow: false
hidden: true
sqlite_sequence:
allow: false
hidden: true
electric:
description_html: Electricity usage in kilowatt-hours (kWh).
sort_desc: hour
natural_gas:
description_html: Natural gas usage in hundreds of cubic feet (CCF) per month.
sort_desc: month
water:
description_html: Water usage in gallons per day.
sort_desc: day