We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3411870 commit 530aef8Copy full SHA for 530aef8
terraform/account-wide-infrastructure/modules/glue/src/main.py
@@ -17,7 +17,7 @@
17
18
partition_cols = args["partition_cols"].split(",") if "partition_cols" in args else []
19
20
-schema_list = consumerSchemaList.extend(producerSchemaList)
+schema_list = consumerSchemaList.update(producerSchemaList)
21
22
# Initialize ETL process
23
etl_job = LogPipeline(
0 commit comments