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
By now we created dumps locally and sent them to relevant stakeholders (e.g Dror Reshef)
We want to write these csv tables to a google drive repo that these stakeholders will have access (We can discuss if you want to change it from google drive to a different tool, we do prefer controlling who has access).
This can be done as a part of cbs import from s3, as the last stage (the relevant command: python3 main.py process cbs --source s3
Relevant reference (I assume you might find a neater way to do so):
When using docker locally these are the actioned performed:
mkdir csv_tables
chmod 777 csv_tables
psql anyway anyway
copy markers_hebrew to '/csv_tables/markers_hebrew.csv' delimiter ',' CSV HEADER; copy involved_hebrew to '/csv_tables/involved_hebrew.csv' delimiter ',' CSV HEADER; copy vehicles_hebrew to '/csv_tables/vehicles_hebrew.csv' delimiter ',' CSV HEADER; copy involved_markers_hebrew to '/csv_tables/involved_markers_hebrew.csv' delimiter ',' CSV HEADER; copy vehicles_markers_hebrew to '/csv_tables/vehicles_markers_hebrew.csv' delimiter ',' CSV HEADER;```
And outside the docker shell:
`docker cp db:/csv_tables .`
The text was updated successfully, but these errors were encountered:
By now we created dumps locally and sent them to relevant stakeholders (e.g Dror Reshef)
We want to write these csv tables to a google drive repo that these stakeholders will have access (We can discuss if you want to change it from google drive to a different tool, we do prefer controlling who has access).
This can be done as a part of cbs import from s3, as the last stage (the relevant command:
python3 main.py process cbs --source s3
Relevant reference (I assume you might find a neater way to do so):
When using docker locally these are the actioned performed:
The text was updated successfully, but these errors were encountered: