Skip to content

Commit

Permalink
Remove unwanted projectid from the name
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthu committed Sep 25, 2018
1 parent ce05a98 commit ac35082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions exporter/script/delete_export_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ projectId=pantel-2decb

msisdnPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_msisdn
subscriberPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_subscriber
sub2msisdnMappingsTable=$projectId.exported_data_consumption.${exportId}_sub2msisdn
dataConsumptionTable=$projectId.exported_data_consumption.$exportId
purchaseRecordsTable=$projectId.exported_data_consumption.${exportId}_purchases
sub2msisdnMappingsTable=exported_data_consumption.${exportId}_sub2msisdn
dataConsumptionTable=exported_data_consumption.$exportId
purchaseRecordsTable=exported_data_consumption.${exportId}_purchases
csvfile=$projectId-dataconsumption-export/$exportId.csv
purchasesCsvfile=$projectId-dataconsumption-export/$exportId-purchases.csv
sub2msisdnCsvfile=$projectId-dataconsumption-export/$exportId-sub2msisdn.csv
Expand Down
4 changes: 2 additions & 2 deletions exporter/script/export_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ projectId=pantel-2decb

msisdnPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_msisdn
subscriberPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_subscriber
sub2msisdnMappingsTable=$projectId.exported_data_consumption.${exportId}_sub2msisdn
sub2msisdnMappingsTable=exported_data_consumption.${exportId}_sub2msisdn
hourlyConsumptionTable=$projectId.data_consumption.hourly_consumption
dataConsumptionTable=$projectId.exported_data_consumption.$exportId
dataConsumptionTable=exported_data_consumption.$exportId
rawPurchasesTable=$projectId.purchases.raw_purchases
purchaseRecordsTable=exported_data_consumption.${exportId}_purchases
csvfile=$projectId-dataconsumption-export/$exportId.csv
Expand Down

0 comments on commit ac35082

Please sign in to comment.