From d7cf1289d498c8e6143eeeea050156b422da9fb2 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:55:14 +0530 Subject: [PATCH] Yaml Fixes (#5733) --- ingestion/examples/workflows/airbyte.yaml | 2 +- ingestion/examples/workflows/bigquery_usage.yaml | 1 - ingestion/examples/workflows/glue.yaml | 1 - ingestion/examples/workflows/mariadb.yaml | 2 +- ingestion/examples/workflows/mysql.yaml | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ingestion/examples/workflows/airbyte.yaml b/ingestion/examples/workflows/airbyte.yaml index 2ca3a350ab1..3199bf4a56a 100644 --- a/ingestion/examples/workflows/airbyte.yaml +++ b/ingestion/examples/workflows/airbyte.yaml @@ -1,6 +1,6 @@ source: type: airbyte - serviceName: airbyte_source1 + serviceName: airbyte_source serviceConnection: config: type: Airbyte diff --git a/ingestion/examples/workflows/bigquery_usage.yaml b/ingestion/examples/workflows/bigquery_usage.yaml index a12525dcdc1..8bb5872af82 100644 --- a/ingestion/examples/workflows/bigquery_usage.yaml +++ b/ingestion/examples/workflows/bigquery_usage.yaml @@ -4,7 +4,6 @@ source: serviceConnection: config: type: BigQuery - projectId: project_id credentials: gcsConfig: type: service_account diff --git a/ingestion/examples/workflows/glue.yaml b/ingestion/examples/workflows/glue.yaml index b78f7f43243..a726a89adc1 100644 --- a/ingestion/examples/workflows/glue.yaml +++ b/ingestion/examples/workflows/glue.yaml @@ -10,7 +10,6 @@ source: awsRegion: aws region endPointURL: https://glue..amazonaws.com/ storageServiceName: storage_name - pipelineServiceName: pipeline_name sourceConfig: config: type: DatabaseMetadata diff --git a/ingestion/examples/workflows/mariadb.yaml b/ingestion/examples/workflows/mariadb.yaml index 4c441174d62..466f4cf30bb 100644 --- a/ingestion/examples/workflows/mariadb.yaml +++ b/ingestion/examples/workflows/mariadb.yaml @@ -6,7 +6,7 @@ source: type: MariaDB username: openmetadata_user password: openmetadata_password - databaseSchema: default + databaseSchema: openmetadata_db hostPort: localhost:3306 sourceConfig: config: diff --git a/ingestion/examples/workflows/mysql.yaml b/ingestion/examples/workflows/mysql.yaml index edf9fc9eeda..b3feca57cbe 100644 --- a/ingestion/examples/workflows/mysql.yaml +++ b/ingestion/examples/workflows/mysql.yaml @@ -7,7 +7,7 @@ source: username: openmetadata_user password: openmetadata_password hostPort: localhost:3306 - databaseSchema: default + databaseSchema: openmetadata_db connectionOptions: {} connectionArguments: {} sourceConfig: