Skip to content

Commit 27c717b

Browse files
committed
NRL-1268 update naimg convention of cols
1 parent 0266f6e commit 27c717b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/account-wide-infrastructure/modules/glue/src/transformations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def flatten(schema, prefix=""):
8181

8282
def dtype_conversion(df):
8383
df = df.withColumn(
84-
"timestamp", to_timestamp(df["timestamp"], "yyyy-MM-dd HH:mm:ss,SSSXXX")
84+
"event_timestamp",
85+
to_timestamp(df["event_timestamp"], "yyyy-MM-dd HH:mm:ss,SSSXXX"),
8586
)
8687
return df

0 commit comments

Comments
 (0)