20
0

Update submissions to parse using the backfill queue.

This commit is contained in:
Nate E TeBlunthuis
2020-08-11 22:37:36 -07:00
parent c92b50e050
commit 2d425600a8
4 changed files with 69 additions and 60 deletions

View File

@@ -1,5 +1,9 @@
## needs to be run by hand since i don't have a nice way of waiting on a parallel-sql job to complete
#!/usr/bin/env bash
echo "#!/usr/bin/bash" > job_script.sh
echo "source $(pwd)/../bin/activate" >> job_script.sh
echo "python3 $(pwd)/comments_2_parquet_part1.py" >> job_script.sh