Skip to Content
0
Nov 15, 2022 at 02:42 PM

Is there a way to verify that Structured File Producer has terminated writing to destination?

157 Views

Hello,

I am wondering if you have some way of determining the Structured File Producer's file writing has concluded, e.g. with a Python operator? I am aware that there are some solutions with Python where the last batch is a part of the output message and that can be used to determined, however that does not seem to be the case with Structured File Producer.