Skip to content

Commit eeca132

Browse files
authored
Ingest wellbore manifests (#3)
1 parent 12085fb commit eeca132

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

load.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ function LoadMasterData() {
160160
--batch $BATCH_SIZE
161161
python3 $SCRIPT_DIR/src/data_load/load.py status --wait
162162
echo "-- Master Well Data: End $(convertsecs $[ $(date +%s) - ${_START} ])"
163+
164+
# Manifest Ingest Master Wellbore
165+
echo "-- Master Wellbore Data: Start" && _START="$(date +%s)"
166+
python3 $SCRIPT_DIR/src/data_load/load.py ingest \
167+
--dir $MANIFEST_DIR/master-wellbore-data-manifests \
168+
--batch $BATCH_SIZE
169+
python3 $SCRIPT_DIR/src/data_load/load.py status --wait
170+
echo "-- Master Wellbore Data: End $(convertsecs $[ $(date +%s) - ${_START} ])"
163171
else
164172
echo "Load Master Data - Bypassed"
165173
echo "-----"

0 commit comments

Comments
 (0)