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
    • Microsoft Entra IDP Setup
    • Auth0 Setup
    • 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.1
      • 25.2.0
      • 25.1.3
      • 25.1.2
      • 25.1.0
Powered by GitBook
On this page
  • Upload Data
  • Request Body for GCS
  • Request Body for GBQ
  • Request Body for S3
  • Request Body for Azure
  • Request Body for Snowflake
  1. Upload Data APIs

Upload data from Cloud

PreviousSource APIsNextRedShift Request data

Last updated 6 months ago

API to upload data from Cloud storage.

If using GCS or GBQ, before executing the APIs to upload data, grant read access to the Google Cloud Storage bucket or Google BigQuery table.

Tenant Id can be retrieved from the UI as listed here

Source Id can be retrieved from the UI or using the

Upload Data

POST https://demo.api.telm.ai/v2/<tenant>/sources/<source_id>/batch_data

Location specific request body parameters are defined below.

Path Parameters

Name
Type
Description

source_id*

string

Id of source to upload data to

tenant*

string

Name of tenant

Headers

Name
Type
Description

Content-type

string

application/json

Authentication*

string

Bearer <access_token>. Access token from Authentication API

{
    "message": string,    
    "job_id": string
}

Request Body for GCS

Request Body for GBQ

Request Body for S3

Request Body for Azure

Request Body for Snowflake

Use json representation described in

Use json representation described in

Use json representation described in

Use json representation described in

Use json representation described in

APIs
GCS Request data
GBQ Request data
S3 Request data
Azure Request data
Snowflake Request data