Skip to content
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

ETL insertions improvement: allow multiple insertions of gas stations #22

Open
jcalvarezj opened this issue Oct 29, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@jcalvarezj
Copy link
Member

jcalvarezj commented Oct 29, 2020

As discussed with the backend team, an improvement necessary for the ETL module is to be able to inject records multiple times for the gasoline stations table. The goal is to update already existing records and insert new ones.

Considerations to have:

  • The primary key for records will be an incremental UID, so the station id code should not be used for that purpose anymore
  • The station can be identified by its register field (permission code unique to that station)
  • Remember that the field status should be ghost by default and is_active true
@jcalvarezj jcalvarezj added the enhancement New feature or request label Oct 29, 2020
@jcalvarezj jcalvarezj self-assigned this Oct 29, 2020
@jcalvarezj jcalvarezj changed the title ETL insertions improvement: allow duplicated gas stations ETL insertions improvement: allow multiple insertions of gas stations Oct 31, 2020
@jcalvarezj jcalvarezj removed their assignment Oct 31, 2020
This was referenced Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants