Yaml Fixes (#5733)

This commit is contained in:
Mayur Singal 2022-06-29 18:55:14 +05:30 committed by GitHub
parent 884780a83b
commit d7cf1289d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
source:
type: airbyte
serviceName: airbyte_source1
serviceName: airbyte_source
serviceConnection:
config:
type: Airbyte

View File

@ -4,7 +4,6 @@ source:
serviceConnection:
config:
type: BigQuery
projectId: project_id
credentials:
gcsConfig:
type: service_account

View File

@ -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

View File

@ -6,7 +6,7 @@ source:
type: MariaDB
username: openmetadata_user
password: openmetadata_password
databaseSchema: default
databaseSchema: openmetadata_db
hostPort: localhost:3306
sourceConfig:
config:

View File

@ -7,7 +7,7 @@ source:
username: openmetadata_user
password: openmetadata_password
hostPort: localhost:3306
databaseSchema: default
databaseSchema: openmetadata_db
connectionOptions: {}
connectionArguments: {}
sourceConfig: