Open maurolepore opened 1 year ago
It's easy to forget to rename companies_id to id. It's easiest to be consistent with tiltData.
companies_id
id
This affects all mentions of the id column in docs and datasets such as demo_loanbook, demo_tilt and friends.
demo_loanbook
demo_tilt
I understand we already asked some banks to create loanbooks with the id column so this should be backward compatible or fail very gracefully.
Relates to #96 in that it's something that it affects the tilt dataset -- which BTW we should create in a systematic way maybe with an utility in this repo.
It's easy to forget to rename
companies_id
toid
. It's easiest to be consistent with tiltData.This affects all mentions of the
id
column in docs and datasets such asdemo_loanbook
,demo_tilt
and friends.I understand we already asked some banks to create loanbooks with the
id
column so this should be backward compatible or fail very gracefully.