dlt.pipeline.track
Implements SupportsTracking
slack_notify_load_success
def slack_notify_load_success(incoming_hook: str, load_info: LoadInfo,
trace: PipelineTrace) -> int
Sends a markdown formatted success message and returns http status code from the Slack incoming hook
on_first_dataset_access
def on_first_dataset_access(pipeline: SupportsPipeline,
success: bool,
schema_name: Optional[str] = None) -> None
Track the first dataset access telemetry event for the given pipeline instance.