mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 08:44:49 +00:00
parent
0cb036de08
commit
dc497d298b
@ -15,7 +15,7 @@
|
|||||||
"clickhouseScheme": {
|
"clickhouseScheme": {
|
||||||
"description": "SQLAlchemy driver scheme options.",
|
"description": "SQLAlchemy driver scheme options.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["clickhouse+http"],
|
"enum": ["clickhouse+http", "clickhouse+native"],
|
||||||
"default": "clickhouse+http"
|
"default": "clickhouse+http"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -79,5 +79,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["hostPort", "username"]
|
"required": ["hostPort"]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ source:
|
|||||||
username: default
|
username: default
|
||||||
password: ''
|
password: ''
|
||||||
hostPort: localhost:8123
|
hostPort: localhost:8123
|
||||||
database: default
|
databaseSchema: default
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
type: DatabaseMetadata
|
type: DatabaseMetadata
|
||||||
|
|||||||
@ -7,7 +7,7 @@ source:
|
|||||||
username: default
|
username: default
|
||||||
password: ''
|
password: ''
|
||||||
hostPort: localhost:8123
|
hostPort: localhost:8123
|
||||||
database: default
|
databaseSchema: default
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
queryLogDuration: '1'
|
queryLogDuration: '1'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user