Type Alias CreateDiProjectReq

type CreateDiProjectReq = {
    cloudStagingConnection?: string;
    description?: string;
    name?: string;
    platformConnection?: string;
    platformType?:
        | "SNOWFLAKE"
        | "BIGQUERY"
        | "SYNAPSE"
        | "DATABRICKS"
        | "REDSHIFT"
        | "MSSQL"
        | "FABRIC"
        | "QLIK_QVD"
        | "QLIK_QVD_CUSTOMER_MANAGED";
    space?: string;
    type?: "DATA_PIPELINE"
    | "DATA_MOVEMENT";
}
Index

Properties

cloudStagingConnection?: string

The cloud staging connection string

description?: string

A description of the project

name?: string

The name of the project

platformConnection?: string

The platform connection string

platformType?:
    | "SNOWFLAKE"
    | "BIGQUERY"
    | "SYNAPSE"
    | "DATABRICKS"
    | "REDSHIFT"
    | "MSSQL"
    | "FABRIC"
    | "QLIK_QVD"
    | "QLIK_QVD_CUSTOMER_MANAGED"

The platform type of the project. Supported values: - SNOWFLAKE: Snowflake - BIGQUERY: Google BigQuery - SYNAPSE: Azure Synapse - DATABRICKS: Databricks - REDSHIFT: Amazon Redshift - MSSQL: Microsoft SQL Server - FABRIC: Microsoft Fabric (OneLake) - QLIK_QVD: Qlik-managed QVD - QLIK_QVD_CUSTOMER_MANAGED: Customer-managed QVD

space?: string

The ID of the space where the project will be created

type?: "DATA_PIPELINE" | "DATA_MOVEMENT"

The type of the project