Skip to content

Instantly share code, notes, and snippets.

@evz
Created September 17, 2015 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evz/b9d506efe87755e4ef24 to your computer and use it in GitHub Desktop.
Save evz/b9d506efe87755e4ef24 to your computer and use it in GitHub Desktop.
05:42:12 INFO pupa: save organization Committee on Parks and Recreation as organization_c0ff4aec-5d28-11e5-9429-122a3d729da3.json
--em--budget hearings -- chicago public library, office of emergency management & communications, dept. of fleet & facility management and office of inspector general--em--
--em--budget hearings -- city clerk, city treasurer, license appeal commission and department of innovation & technology--em--
--em--budget hearings -- budget overview (budget director, comptroller - dept. of finance and chief financial officer)--em--
--em--public hearings -- city of chicago -- special service areas 57 and 59--em--
--em--public hearings -- city of chicago -- special service areas 22, 26, 55 and 56--em--
--em--special meeting -- mayor's budget address and submission of year 2013 executive budget and year xxxix c.d.b.g. recommendation--em--
--em--fiscal liability of city pensions funds--em--
--em--collective bargining agreement with public service employees unit ii--em--
--em--fiscal liability of city pensions funds--em--
--em--2012 second quarter progress report--em--
--em--chicago taxicab fare increase ordinance--em--
--em--reconvene meeting--em--
--em--public hearing - senior airport facilities revenue and refunding bonds, series 2012a (tax exempt) by the public finance authority, a public authority created under wisconsin law--em--
--em--reconvene meeting--em--
--em--2012 first quarter progress report--em--
--em--city of chicago variable rate demand multi-family housing revenue bonds (churchview manor senior apartments project), series 2012--em--
--em--city of chicago chicago midway airport revenue bonds, series 2012--em--
--em--reconvene meeting--em--
--em--public hearing - city of chicago chicago o'hare international airport general airport third lien revenue bonds, series 2012 and city of chicago chicago o'hare international airport passenger facility charge revenue bonds--em--
--em--public hearing - city of chicago multi-family housing revenue bonds (bronzeville senior apartments project), series 2012--em--
--em--recessed - reconvene meeting--em--
--em--special meeting -- redistricting of city wards--em--
--em--revised - meeting date and time--em--
--em--revised location -- public hearings -- city of chicago ward redistricting process--em--
--em--amended notice--em--
--em--public hearings -- city of chicago ward redistricting process--em--
--em--public hearings -- special service areas 52 and 54--em--
--em--public hearing -- special service areas 8, 17, 27 and 53--em--
--em--budget hearing - department of family and support services, department of fleet and facility management, department of innovation and technology and department of law--em--
--em--budget hearing - department of administrative hearings, independent police review authority and commission on human relations--em--
--em--budget hearing - department cultural affairs and special events, department of housing and economic development, department of police and board of ethics--em--
--em--budget hearing - department of aviation, police board, department of human resources and chicago department of transportation--em--
--em--budget hearing - mayor's office for people with disabilities, commission on animal care and control, department of public health and fire department--em--
--em--budget hearing - department of business affairs and consumer protection, office of emergency management and communications, department of streets and sanitation and department of procurement services--em--
--em--budget hearing - chicago public library, board of election commissioners, department of buildings and department of water management--em--
--em--presentation from former israeli ambassador asher naim--em--
--em--budget hearing - city treasurer, city clerk, license appeal commission and office of inspector general--em--
--em--budget hearings - budget overview--em--
--em--special meeting -- mayor's budget address and submission of 2012 executive budget and year xxxviii c.d.b.g. recommendations--em--
--em--public hearing -- city of chicago multi-family housing revenue bonds (forest city central station multi-family project)--em--
--em--change of location--em--
--em--reconvened meeting--em--
--em--reconvened meeting--em--
--em--reconvened meeting--em--
--em--reconvened meeting--em--
--em--includes public hearing--em--
--em--wrong meeting date--em--
[]
import jurisdictions...
import organizations...
import people...
import posts...
import memberships...
import bills...
Traceback (most recent call last):
File "/home/datamade/.virtualenvs/opencivicdata/bin/pupa", line 9, in <module>
load_entry_point('pupa==0.4.1', 'console_scripts', 'pupa')()
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/cli/__main__.py", line 71, in main
subcommands[args.subcommand].handle(args, other)
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/cli/commands/update.py", line 244, in handle
report['import'] = self.do_import(juris, args)
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/cli/commands/update.py", line 177, in do_import
report.update(bill_importer.import_directory(datadir))
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/importers/base.py", line 169, in import_directory
return self.import_data(json_stream())
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/importers/base.py", line 206, in import_data
obj_id, what = self.import_item(data)
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/importers/base.py", line 226, in import_item
data = self.prepare_for_db(data)
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/importers/bills.py", line 69, in prepare_for_db
sponsor['person_id'])
File "/home/datamade/.virtualenvs/opencivicdata/src/pupa/pupa/importers/base.py", line 143, in resolve_json_id
self.model_class.__name__, json_id))
pupa.exceptions.UnresolvedIdError: cannot resolve pseudo id to Person: ~{"name": "Misc. Transmittal"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment