Skip to content

Commit

Permalink
Revert iot silver
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 8, 2024
1 parent d6577fc commit 4009767
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
gateway_reward.witness_amount as witness_amount,
gateway_reward.dc_transfer_amount as dc_transfer_amount
FROM iot_reward_share
WHERE date >= 2024-01-07
---
apiVersion: "sparkoperator.k8s.io/v1beta2"
kind: ScheduledSparkApplication
Expand Down Expand Up @@ -66,7 +65,7 @@ spec:
envVars:
TABLE_IOT_REWARD_SHARE: s3a://foundation-data-lake-requester-pays/bronze/iot_reward_share
PARTITION_BY: "date"
CHECKPOINT: s3a://foundation-data-lake-requester-pays/checkpoints/iot-hotspot-rewards3
CHECKPOINT: s3a://foundation-data-lake-requester-pays/checkpoints/iot-hotspot-rewards
OUTPUT: s3a://foundation-data-lake-requester-pays/silver/iot-hotspot-rewards
QUERY_PATH: /app/query.sql
TRIGGER: AvailableNow
Expand Down

0 comments on commit 4009767

Please sign in to comment.