We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2360f4 commit b80d030Copy full SHA for b80d030
pyspark/script.py
@@ -19,6 +19,7 @@ def run_job(spark, final_output_table):
19
b.earning_adjustment_commission_rate AS "commission_rate",
20
b.receipt_payment_type AS "payment_type",
21
b.reward_id AS "reward_id",
22
+ b.date_id as "date_id",
23
c.*,
24
FROM
25
bookings_30_days b
0 commit comments