Databricks SDK for JavaScript
    Preparing search index...

    Interface IngestionPipelineDefinition_ReportSpec

    interface IngestionPipelineDefinition_ReportSpec {
        destinationCatalog?: string;
        destinationSchema?: string;
        destinationTable?: string;
        sourceUrl?: string;
        tableConfiguration?: IngestionPipelineDefinition_TableSpecificConfig;
    }
    Index

    Properties

    destinationCatalog?: string

    Required. Destination catalog to store table.

    destinationSchema?: string

    Required. Destination schema to store table.

    destinationTable?: string

    Required. Destination table name. The pipeline fails if a table with that name already exists.

    sourceUrl?: string

    Required. Report URL in the source system.

    Configuration settings to control the ingestion of tables. These settings override the table_configuration defined in the IngestionPipelineDefinition object.