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

Revert "add database for crisp conversation segments" #54

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions scripts/insert_crisp_conversation_segments.sql

This file was deleted.

5 changes: 0 additions & 5 deletions sync_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ echo "Fetch S3 pushers $extract_date"
time ./fetch_from_s3.sh pushers $extract_date
echo "Fetch S3 account_data $extract_date"
time ./fetch_from_s3.sh account_data $extract_date
echo "Fetch S3 crisp_conversation_segments $extract_date"
time ./fetch_from_s3.sh crisp_conversation_segments $extract_date


## Set up DB
psql -d $DATABASE_URL -f scripts/tables.sql
Expand All @@ -45,8 +42,6 @@ echo "Insert Pushers"
time psql -d $DATABASE_URL -f scripts/insert_pushers_data.sql
echo "Insert Account Data"
time psql -d $DATABASE_URL -f scripts/insert_account_data_data.sql
echo "Insert crisp conversation segments"
time psql -d $DATABASE_URL -f scripts/insert_crisp_conversation_segments.sql

echo "Done !"

Loading