removing shard_name_template from output file

This commit is contained in:
2021-09-26 06:11:42 +01:00
parent 7f9b7e4bfd
commit 62bd0196ad

View File

@@ -277,7 +277,6 @@ def main():
>> beam.io.WriteToText(
file_path_prefix=str(output_file),
file_name_suffix=".json",
shard_name_template="",
)
)