Skip to content

Commit

Permalink
Fix depth field in template (#4509)
Browse files Browse the repository at this point in the history
Signed-off-by: srigovs <[email protected]>
  • Loading branch information
srikanthjg authored May 7, 2024
1 parent 18b5a9f commit 145d2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
disable_s3_metadata_in_event: true
scan:
folder_partitions:
depth: [ "<<FUNCTION_NAME:calculateDepth,PARAMETER:$.<<pipeline-name>>.source.documentdb.s3_prefix>>" ]
depth: "<<FUNCTION_NAME:calculateDepth,PARAMETER:$.<<pipeline-name>>.source.documentdb.s3_prefix>>"
max_objects_per_ownership: 50
buckets:
- bucket:
Expand Down

0 comments on commit 145d2ce

Please sign in to comment.