issues
search
zapallo-droid
/
hephaestus
0
stars
0
forks
source link
Improving codes and operations data model in Daedalus
#23
Open
zapallo-droid
opened
23 hours ago
zapallo-droid
commented
23 hours ago
Goal:
[ ] To improve the unique ids or keys in tables by implementing autogeneration.
[ ] Integrate the varaible Active for sources, it should be considered into the pipelines to determine if a given source should run or not.
[ ] Include timestamps for creation and update of each DB entity.
zapallo-droid
commented
21 hours ago
Changes were made in DB:
All operations schema tables contains created_at and updated_at fields as well as all codes were fixed into UUID.
The Boolean variable
Active
was created into the Souce table.
Goal: