-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
44 lines (39 loc) · 1.02 KB
/
config.yaml.example
File metadata and controls
44 lines (39 loc) · 1.02 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
# config.yaml.template
# TO USE:
# Copy this file to config.yaml. Change the examples settings below.
# At a minimum you'll likely want to change limit, department and division.
paths:
# Base directory for Parquet files in Drive
raw_dir: "/content/drive/MyDrive/doverde/data/raw"
processed_dir: "/content/drive/MyDrive/doverde/data/processed"
socrata:
api_url: "data.delaware.gov"
limit: 5 # just to test; be kind to Socrata
force_refresh: True
api_data_ids:
ex: "5s6n-7hpx"
rev: "it4a-m3yd"
api_filters:
department: "DEPT OF NATRL RES AND ENV CONT"
division: "PARKS AND RECREATION"
api_default_fields:
ex:
- fiscal_year
- fiscal_period
- vendor
- category
- fund_type
- check_number
- check_date
- amount
#-department
#-division
rev:
- fiscal_year
- category
- general_fund
- federal_fund
- capital_fund
- special_fund
#-department
#-division