smallpond/logical/node.py [390:397]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            return DataSinkTask(
                runtime_ctx,
                input_deps,
                [PartitionInfo()],
                self.output_path,
                type="link_manifest",
                is_final_node=self.is_final_node,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



smallpond/logical/node.py [399:406]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            return DataSinkTask(
                runtime_ctx,
                input_deps,
                [PartitionInfo()],
                self.output_path,
                type="link_manifest",
                is_final_node=self.is_final_node,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



