Skip to content

Commit

Permalink
change to lowercase data type
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Sep 6, 2024
1 parent 6a07092 commit 84f5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/glue-workflow.j2
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Resources:
{% for dataset in datasets %}
- JobName: !Sub ${Namespace}-{{ dataset["stackname_prefix"] }}-GreatExpectationsParquetJob
Arguments:
"--data-type": {{ "{}".format(dataset["table_name"]) }}
"--data-type": {{ "{}".format(dataset["data_type"].lower()) }}
"--namespace": !Ref Namespace
"--cfn-bucket": !Ref CloudformationBucketName
"--parquet-bucket": !Ref ParquetBucketName
Expand Down

0 comments on commit 84f5985

Please sign in to comment.