Polyglot SQL API Documentation - v0.5.12
    Preparing search index...

    Interface OpenLineageOptions

    interface OpenLineageOptions {
        datasetMappings?: Record<string, OpenLineageDatasetId>;
        datasetNamespace?: string;
        dialect?: string;
        eventTime?: string;
        eventType?: OpenLineageRunEventType;
        jobName?: string;
        jobNamespace?: string;
        outputDataset?: OpenLineageDatasetId;
        producer: string;
        runId?: string;
        schema?: Schema;
    }
    Index

    Properties

    datasetMappings?: Record<string, OpenLineageDatasetId>
    datasetNamespace?: string
    dialect?: string
    eventTime?: string
    jobName?: string
    jobNamespace?: string
    outputDataset?: OpenLineageDatasetId
    producer: string
    runId?: string
    schema?: Schema