mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 22:18:41 +00:00
Schema Default value changed for sample data (#4067)
This commit is contained in:
parent
bd1edd011d
commit
32004021c8
@ -6,24 +6,17 @@
|
||||
"type": "object",
|
||||
"javaType": "org.openmetadata.catalog.services.connections.database.SampleDataConnection",
|
||||
"definitions": {
|
||||
"sampledataType": {
|
||||
"sampleDataType": {
|
||||
"description": "Service type.",
|
||||
"type": "string",
|
||||
"enum": ["SampleData"],
|
||||
"default": "SampleData"
|
||||
},
|
||||
"sampledataScheme": {
|
||||
"description": "SQLAlchemy driver scheme options.",
|
||||
"type": "string",
|
||||
"enum": ["sampledata"],
|
||||
"default": "sampledata"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"type": {
|
||||
"description": "Service Type",
|
||||
"$ref": "#/definitions/sampledataType",
|
||||
"default": "BigQuery"
|
||||
"$ref": "#/definitions/sampleDataType"
|
||||
},
|
||||
"sampleDataFolder": {
|
||||
"description": "Sample Data File Path",
|
||||
|
||||
@ -21,11 +21,11 @@ config = """
|
||||
{
|
||||
"source": {
|
||||
"type": "sample-usage",
|
||||
"serviceName": "bigquery_gcp",
|
||||
"serviceName": "sample_data",
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"type": "BigQuery",
|
||||
"sampleDataFolder":"./examples/sample_data"
|
||||
"type": "SampleData",
|
||||
"sampleDataFolder": "./examples/sample_data"
|
||||
}
|
||||
},
|
||||
"sourceConfig": {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user