Prefect-meemoo Index / Prefect Meemoo / Services / Tasks
Auto-generated documentation for prefect_meemoo.services.tasks module.
Task that runs an ETL service over HTTP.
api_server
str - URL of the serviceapi_route
str - API route to runlast_modified
str - A datetime indicating when the ETL was last run
_type_
- description
@task(
name="Run HTTP ETL service",
description="Runs an ETL service that is exposed by HTTP API.",
)
def sync_etl_service(api_server: str, api_route: str, last_modified: str): ...