Dani Lobaton
get_run_logger
info
from prefect import flow, get_run_logger from tasks.opportunities import fetch_first_page_opportunities, fetch_opportunities_page, compile_opportunities @flow(name="Opportunity Pipeline", ) async def opportunity_pipeline(): """Starts the opportunity pipeline.""" page_size = 400 logger = get_run_logger() <http://logger.info|logger.info>(f"Starting the opportunity pipeline with a page size of {page_size}")
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.