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
Get to know current loading process - relevant commandpython main.py process cbs
Note - CBS loading process is now both in anyway-etl repo and in anyway repo.
Ideally it we'll use it only in anyway-etl -
However - in anyway-etl implementation is not ready - there is a logical bug there - discussed here
CBS loading - right now it's not transactional (!)- meaning if a news flash is inserted during CBS loading process - we might add bad data to infographics - since we first delete data and then insert it in a non-transactional way - perhaps this can be fixed using temporary tables?
Optional/Future - CBS DB structure- should we modify schema? Should we remove current "Hebrew" "views"?
Additional thoughts and improvements on CBS loading process and loading outputs are welcome
The text was updated successfully, but these errors were encountered:
python main.py process cbs
Ideally it we'll use it only in anyway-etl -
However - in anyway-etl implementation is not ready - there is a logical bug there - discussed here
The text was updated successfully, but these errors were encountered: