We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9f13a commit ce2ef83Copy full SHA for ce2ef83
dcpy/library/templates/council_members.yml
@@ -1,3 +1,4 @@
1
+# migrated to ingest
2
dataset:
3
name: council_members
4
acl: public-read
ingest_templates/council_members.yml
@@ -0,0 +1,23 @@
+id: council_members
+acl: public-read
+
+attributes:
5
+ name: Council Members
6
+ description: >-
7
+ This list contains information on Council Members
8
+ url: https://data.cityofnewyork.us/d/uvw5-9znb
9
10
+ingestion:
11
+ source:
12
+ type: socrata
13
+ org: nyc
14
+ uid: uvw5-9znb
15
+ format: csv
16
+ file_format:
17
+ type: csv
18
+ processing_steps:
19
+ - name: clean_column_names
20
+ args: { "replace": { " ": "_" }, "lower": True }
21
+ - name: coerce_column_types
22
+ args:
23
+ column_types: { "district": "string" }
0 commit comments