mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-07 14:53:28 +00:00
Yaml Fixes (#5733)
This commit is contained in:
parent
884780a83b
commit
d7cf1289d4
@ -1,6 +1,6 @@
|
||||
source:
|
||||
type: airbyte
|
||||
serviceName: airbyte_source1
|
||||
serviceName: airbyte_source
|
||||
serviceConnection:
|
||||
config:
|
||||
type: Airbyte
|
||||
|
@ -4,7 +4,6 @@ source:
|
||||
serviceConnection:
|
||||
config:
|
||||
type: BigQuery
|
||||
projectId: project_id
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: service_account
|
||||
|
@ -10,7 +10,6 @@ source:
|
||||
awsRegion: aws region
|
||||
endPointURL: https://glue.<region_name>.amazonaws.com/
|
||||
storageServiceName: storage_name
|
||||
pipelineServiceName: pipeline_name
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DatabaseMetadata
|
||||
|
@ -6,7 +6,7 @@ source:
|
||||
type: MariaDB
|
||||
username: openmetadata_user
|
||||
password: openmetadata_password
|
||||
databaseSchema: default
|
||||
databaseSchema: openmetadata_db
|
||||
hostPort: localhost:3306
|
||||
sourceConfig:
|
||||
config:
|
||||
|
@ -7,7 +7,7 @@ source:
|
||||
username: openmetadata_user
|
||||
password: openmetadata_password
|
||||
hostPort: localhost:3306
|
||||
databaseSchema: default
|
||||
databaseSchema: openmetadata_db
|
||||
connectionOptions: {}
|
||||
connectionArguments: {}
|
||||
sourceConfig:
|
||||
|
Loading…
x
Reference in New Issue
Block a user