-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] - don't produce random credential id in method (#3307)
* 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 * do not produce id until after hashing * didn't save and commit this file. oops * type checking would have caught this. * enable basic type checking in vscode. slow on startup with MDS being large. it might be indexing package files from other language
- Loading branch information
Showing
3 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters