-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add filters for candidate state, district, and party affiliation to /schedules/schedule_e/ #3276
Comments
|
Added Party filter on schedule_e endpoint. Tried to filter data for a committee_id= 'C00331454' I will have @ChingKuan or @fecjjeng look into the SQL. Here is the SQL: cc @jwchumley |
The fix for this issue is similar to scheudle_a #3274. Given the time, its best if we move this issue to next sprint. |
@PaulClark2 SA has similar join on committe_type filter, and the solution is being worked out. |
Add
candidate_office
candidate_state
candidate_district
candidate_party
to /schedules/schedule_e/args.py
The text was updated successfully, but these errors were encountered: