Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeizbicki committed Apr 4, 2024
1 parent d7086b9 commit c21e8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load_tweets_sequential.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ echo '==========================================================================
echo 'load denormalized'
echo '================================================================================'
time for file in $files; do
echo
# copy your solution to the twitter_postgres assignment here
done

echo '================================================================================'
echo 'load pg_normalized'
echo '================================================================================'
time for file in $files; do
echo
# copy your solution to the twitter_postgres assignment here
done

Expand Down

0 comments on commit c21e8a4

Please sign in to comment.