You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] - catch missing orgbook entity and improve logging (#3301)
* data typing issues and clean up
* better logging
* better logging of errors
* list of tuples
* add celery decorator
* rename var to match envvar
* credential per mine_party_appt produces duplicates.
* wrong class
* don't invoke if being used by celery
* query must excluded deleted permit_amendments
* add check if cred not created
* improve logging of problem states
* make date a date, formatting
* revered received date, update issue_Date validator
* all datetimes, never dates
* typo
* names are important
* only use datetime objects, no date objects
* better typing
ensure factory is producing a datetime and not a date
* ensure second is non-zero for datetime
* oops
* brackets matter
* what is happening?
* scoping
* factories making dates, should be datetimes.
i have no idea anymore
* idk why that today generator suck
* pass callable
* what
* use jank
* use work
* huh?
* typing dates as dates. some db columns are dates, others aren'
* dates
* handling incoming datetime for date column
* probably failing on date comparison
* type hinting is good
* clean up logging
* columns are dates
* received date is parsed to datetime
* expand on type hinting
* pass function, not value
0 commit comments