datayoga icon indicating copy to clipboard operation
datayoga copied to clipboard

streaming data pipeline platform

Results 75 datayoga issues
Sort by recently updated
recently updated
newest added

using with "@namespace/pipeline" or "@pipeline

how can we produce submodules / namespaces?

So only the problematic record will be rejected and not the entire batch it's part of as result.

bug
block

Should be changed to: ```python async def produce(self) -> AsyncGenerator[List[Message], None]: logger.debug(f"Running {self.get_block_name()}") read_pending = True while True: # Read pending messages (fetched by us before but not acknowledged) in...

bug
block