LogoLogo
HOMEBLOG
  • Getting Started
  • Connect to Data
    • Projects
    • Data Connectors
      • Google BigQuery
      • Google Cloud Storage
      • Iceberg
      • Snowflake
      • AWS S3
      • AWS Athena
      • AWS Redshift
      • Databricks Delta
      • Azure Blob
      • Salesforce
      • SAP Hana
      • File Path Options
      • SQL Server
      • Trino
    • Connection Modes
    • Triggering Scans
    • Configuring a Data Source
  • Profiling Data
    • Data Health Metrics
    • Data Health Overview Page
    • Interactive Profiling Tool: Investigator
    • Data Diff
    • Compound Attributes
      • List of Supported Functions
  • Monitoring Data
    • Data Quality Metrics
    • Alert Policies
    • Data Trends and Alerts
    • Metrics Inspector
  • Data Quality Rules
    • Rules Expression Examples
  • PII Data Detection
  • Remediation
    • Data Binning
    • Circuit Breaker
  • Integrations
    • Jira Integration
    • Slack
    • Jobs Status Notification
  • User Management
    • Okta SSO Setup
    • SSO Configuration
  • API Reference
    • Authentication API
    • API Keys
    • Telmai IP List
    • Get Google Service Account API
  • Source APIs
    • Source APIs
  • Upload Data APIs
    • Upload data from Cloud
      • RedShift Request data
      • GCS Request data
      • Azure Request data
      • GBQ Request data
      • Snowflake Request data
      • Amazon S3 Request data
      • Delta Lake Request
      • Trino Request data
    • Track upload job
    • Check for alerts
  • Admin APIs
    • User Management
  • Telmai Releases
    • Release Notes
      • 25.2.0
      • 25.1.3
      • 25.1.2
      • 25.1.0
Powered by GitBook
On this page
  • Definition
  • Usage
  1. Integrations

Jobs Status Notification

This page describes a way to listen for updates happening with your connected datasets through setting up webhooks.

Telmai allows you to setup webhooks that get triggered when processing job status changes. If defined, the callback gets triggered when:

  • Job is running

  • Intermediate job state changes

  • Job is completed

Definition

The following params are sent as part of the body

Param
Description

tenant

Associated tenant ID where the callback happened

source

Associated dataset source ID

jobId

Associated job ID

status

Job status (IN_PROGRESS, FINISHED, FAILED, PREPARING, BATCH_WAIT)

details

Description of job status

Usage

To use this feature, you will need to:

  1. Navigate to the configuration page

  2. Open the settings for associated dataset

  3. Click on Job Notifications Settings

  4. In the field for Webhook URL, specify your API URL

PreviousSlackNextUser Management

Last updated 7 months ago