PostgreSQL metadata connector into Google Cloud Data Catalog
304
Requires a service account with the role “Data Catalog Admin”.
run the docker command in the same path where you saved your service account with the name key.json
docker run --rm --tty \
-v $(pwd):/data \
-e GOOGLE_APPLICATION_CREDENTIALS=/data/key.json \
--network host postgresql2datacatalog \
--datacatalog-project-id=$POSTGRESQL2DC_DATACATALOG_PROJECT_ID \
--datacatalog-location-id=$POSTGRESQL2DC_DATACATALOG_LOCATION_ID \
--datacatalog-entry-group-id=$DATACATALOG_ENTRY_GROUP_ID \
--postgresql-host=$POSTGRESQL2DC_POSTGRESQL_SERVER \
--postgresql-user=$POSTGRESQL2DC_POSTGRESQL_USERNAME \
--postgresql-pass=$POSTGRESQL2DC_POSTGRESQL_PASSWORD \
--postgresql-database=$POSTGRESQL2DC_POSTGRESQL_DATABASE
Content type
Image
Digest
sha256:ae832314f…
Size
452.9 MB
Last updated
over 2 years ago
docker pull turingears/postgresql2datacatalog