@flow
def my_flow():
get_run_logger().debug("Hi this is a sample flow!")
@pytest.mark.unit_test()
@pytest.mark.asyncio()
async def test_flow(
_prefect_debug_log_level: None,
) -> None:
with prefect_test_harness():
my_flow() # Does not show the debug log in the flow
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.