Databricks SDK for JavaScript
    Preparing search index...

    Cluster log delivery config

    interface PipelinesClusterLogConf {
        storageInfo?: { $case: "dbfs"; dbfs: PipelinesDbfsStorageInfo };
    }
    Index

    Properties

    Properties

    storageInfo?: { $case: "dbfs"; dbfs: PipelinesDbfsStorageInfo }

    Type Declaration

    • $case: "dbfs"
    • dbfs: PipelinesDbfsStorageInfo

      destination needs to be provided. e.g. { "dbfs" : { "destination" : "dbfs:/home/cluster_log" } }