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: source:
type: airbyte type: airbyte
serviceName: airbyte_source1 serviceName: airbyte_source
serviceConnection: serviceConnection:
config: config:
type: Airbyte type: Airbyte

View File

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

View File

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

View File

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

View File

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