Alejandro
Block
class Foo(Block): target_name: str _block_type_slug = "foo-block" def block_initialization(self) -> None: bar_block = JSON.load("bar-block").value another_block = JSON.load(target_name).value
RuntimeWarning: coroutine 'Block.load' was never awaited
Andrew Huang
async def block_initialization(self) -> None: bar_block = await JSON.load("bar-block").value another_block = await JSON.load(target_name).value
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.