Type Alias CreateDiProjectReq

type CreateDiProjectReq = {
    cloudStagingConnection?: string;
    description?: string;
    name?: string;
    platformConnection?: string;
    platformType?: PlatformType;
    space?: string;
    type?: "DATA_PIPELINE" | "DATA_MOVEMENT";
}
Index
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?: PlatformType

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 - QLIK_OPEN_LAKEHOUSE: Qlik Open Lakehouse - NONE: No platform (e.g. replication-only projects)

space?: string

The ID of the space where the project will be created

type?: "DATA_PIPELINE" | "DATA_MOVEMENT"

The type of the project