turingears/sqlserver2datacatalog

By turingears

Updated 9 months ago

Sql Server metadata connector into Google Cloud Data Catalog

Image
Databases & Storage
Integration & Delivery

15

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 sqlserver2datacatalog \
--datacatalog-project-id=$SQLSERVER2DC_DATACATALOG_PROJECT_ID \
--datacatalog-location-id=$SQLSERVER2DC_DATACATALOG_LOCATION_ID \
--datacatalog-entry-group-id=sqlserver-onpremise \
--sqlserver-host=$SQLSERVER2DC_SQLSERVER_SERVER \
--sqlserver-user=$SQLSERVER2DC_SQLSERVER_USERNAME \
--sqlserver-pass=$SQLSERVER2DC_SQLSERVER_PASSWORD \
--sqlserver-database=$SQLSERVER2DC_SQLSERVER_DATABASE

Docker Pull Command

docker pull turingears/sqlserver2datacatalog