Nicholas
flow_run_name
@flow( name="Test", flow_run_name="{settings.incremental_run_name}", ) def test_flow( settings: Settings, ): ...
class Settings(BaseSettings): some_input: str @property def incremental_run_name(self): now = datetime.now(timezone.utc).strftime("%Y%m%d%H%M%S") return f"{now}-{self.some_input}"
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.