Error in Build and Execute MySQL, PostgreSQL, and SQLServer to Data Catalog Connectors

Hey guys in Build and Execute MySQL, PostgreSQL, and SQLServer to Data Catalog Connectors I am Constantly receiving the error in MySQL Create a service account but it is created successfully in PostgreSQL and SQLServer. What Could be the reason?

Below I have attached the picture and Attached the commands of MySQL, PostgreSQL and SQLServer service account creation.

Screenshot (93).png

  1. Run the following to create a Service Account:(MySQL)

gcloud iam service-accounts create mysql2dc-credentials \
--display-name  "Service Account for MySQL to Data Catalog connector" \
--project $PROJECT_ID
  1. Run the following command to create a Service Account:(SQLServer)

gcloud iam service-accounts create sqlserver2dc-credentials \
--display-name  "Service Account for SQLServer to Data Catalog connector" \
--project $PROJECT_ID
  1. Create a Service Account:(PostgreSQL)

gcloud iam service-accounts create postgresql2dc-credentials \
--display-name  "Service Account for PostgreSQL to Data Catalog connector" \
--project $PROJECT_ID

0 2 233
2 REPLIES 2

I think

You must add = 

--display-name="Service Account for SQLServer to Data Catalog connector" \

--project=$PROJECT_ID

Thankyou for the response

Actually I am getting error in mysql service account.
SQLserver and postgresql is running fine and I completed those two.

Top Labels in this Space