Skip to content

Commit 530aef8

Browse files
committed
NRL-1288 syntax six
1 parent 3411870 commit 530aef8

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/modules/glue/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
partition_cols = args["partition_cols"].split(",") if "partition_cols" in args else []
1919

20-
schema_list = consumerSchemaList.extend(producerSchemaList)
20+
schema_list = consumerSchemaList.update(producerSchemaList)
2121

2222
# Initialize ETL process
2323
etl_job = LogPipeline(

0 commit comments

Comments
 (0)