Skip to content

Commit b80d030

Browse files
committed
add col
1 parent f2360f4 commit b80d030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyspark/script.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def run_job(spark, final_output_table):
1919
b.earning_adjustment_commission_rate AS "commission_rate",
2020
b.receipt_payment_type AS "payment_type",
2121
b.reward_id AS "reward_id",
22+
b.date_id as "date_id",
2223
c.*,
2324
FROM
2425
bookings_30_days b

0 commit comments

Comments
 (0)