|
24 | 24 | "default": false
|
25 | 25 | },
|
26 | 26 | "databricks_server_hostname": {
|
27 |
| - "title": "Databricks Cluster Server Hostname", |
| 27 | + "title": "Server Hostname", |
28 | 28 | "type": "string",
|
29 |
| - "description": "", |
| 29 | + "description": "Databricks Cluster Server Hostname.", |
30 | 30 | "examples": ["abc-12345678-wxyz.cloud.databricks.com"]
|
31 | 31 | },
|
32 | 32 | "databricks_http_path": {
|
33 |
| - "title": "Databricks Cluster HTTP Path", |
| 33 | + "title": "HTTP Path", |
34 | 34 | "type": "string",
|
35 |
| - "description": "", |
| 35 | + "description": "Databricks Cluster HTTP Path.", |
36 | 36 | "examples": ["sql/protocolvx/o/1234567489/0000-1111111-abcd90"]
|
37 | 37 | },
|
38 | 38 | "databricks_port": {
|
39 |
| - "title": "Databricks Cluster Port", |
| 39 | + "title": "Port", |
40 | 40 | "type": "string",
|
41 |
| - "description": "", |
| 41 | + "description": "Databricks Cluster Port.", |
42 | 42 | "default": "443",
|
43 | 43 | "examples": ["443"]
|
44 | 44 | },
|
45 | 45 | "databricks_personal_access_token": {
|
46 |
| - "title": "Databricks Personal Access Token", |
| 46 | + "title": "Access Token", |
47 | 47 | "type": "string",
|
48 |
| - "description": "", |
| 48 | + "description": "Databricks Personal Access Token for making authenticated requests.", |
49 | 49 | "examples": ["dapi0123456789abcdefghij0123456789AB"],
|
50 | 50 | "airbyte_secret": true
|
51 | 51 | },
|
|
59 | 59 | "data_source": {
|
60 | 60 | "title": "Data Source",
|
61 | 61 | "type": "object",
|
62 |
| - "description": "Storage on which the delta lake is built", |
| 62 | + "description": "Storage on which the delta lake is built.", |
63 | 63 | "oneOf": [
|
64 | 64 | {
|
65 | 65 | "title": "Amazon S3",
|
|
126 | 126 | "s3_access_key_id": {
|
127 | 127 | "type": "string",
|
128 | 128 | "description": "The Access Key Id granting allow one to access the above S3 staging bucket. Airbyte requires Read and Write permissions to the given bucket.",
|
129 |
| - "title": "S3 Key Id", |
| 129 | + "title": "S3 Access Key ID", |
130 | 130 | "examples": ["A012345678910EXAMPLE"],
|
131 | 131 | "airbyte_secret": true
|
132 | 132 | },
|
133 | 133 | "s3_secret_access_key": {
|
134 |
| - "title": "S3 Access Key", |
| 134 | + "title": "S3 Secret Access Key", |
135 | 135 | "type": "string",
|
136 | 136 | "description": "The corresponding secret to the above access key id.",
|
137 | 137 | "examples": ["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"],
|
|
0 commit comments