Sha256: 7c861980c08602076b85b2b2f957762bd17c12c94b2c0940c32ce519a81dba6d

Contents?: true

Size: 1.82 KB

Versions: 1

Compression:

Stored size: 1.82 KB

Contents

{
    "documentation_url": "https://docs.multiwoven.com/integrations/sources/databricks",
    "stream_type": "dynamic",
    "connection_specification": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "title": "Databricks",
      "type": "object",
      "required": ["host", "port", "database", "schema"],
      "properties": {
        "title": "",
        "type": "object",
        "required": ["host", "port", "access_token", "http_path", "catalog", "schema"],
        "properties": {
        "host": {
            "title": "Server Hostname",
            "description": "Server host name for the Databricks Cluster. It is different from the SQL Endpoint Cluster.",
            "type": "string",
            "examples": "abc-12345678-wxyz.cloud.databricks.com",
            "order": 0
        },
        "port": {
            "title": "Port",
            "description": "",
            "type": "string",
            "default": "443",
            "order": 1
        },
        "access_token": {
            "title": "Personal Access Token",
            "description": "",
            "type": "string",
            "multiwoven_secret": true,
            "order": 2
        }
        },
        "http_path": {
        "title": "HTTP Path",
        "description": "",
        "examples": "sql/protocolvx/o/1234567489/0000-1111111-abcd90",
        "type": "string",
        "order": 3
        },
        "catalog": {
          "description": "The name of the catalog",
          "default": "hive_metastore",
          "type": "string",
          "title": "Databricks catalog",
          "order": 4
        },
        "schema": {
          "description": " The default schema tables are written.",
          "default": "default",
          "type": "string",
          "title": "Database schema",
          "order": 5
        }
      }
    }
  }
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multiwoven-integrations-0.1.31 lib/multiwoven/integrations/source/databricks/config/spec.json