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

    Interface OpenLineageInputField

    interface OpenLineageInputField {
        field: string;
        name: string;
        namespace: string;
        transformations?: OpenLineageTransformation[];
    }
    Index

    Properties

    field: string
    name: string
    namespace: string
    transformations?: OpenLineageTransformation[]