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