This is a client for communicating with Fybrik data catalog connector. It tests the validity of the connector response.
Requirements:
make
golang 1.19
Building the client:
make all
Running get asset request:
make run-read
Running create asset request:
make run-write
Client options:
Data catalog connector client
Usage:
catalog-connector-client [flags]
Flags:
--creds string Credential path (default "/v1/kubernetes-secrets/my-secret?namespace=default")
-h, --help help for catalog-connector-client
--operation-type string Request operation. valid options are get-asset or create-asset (default "get-asset")
--request-payload string Json file containing the payload of the request (default "resources/read-request.json")
--url string Catalog connector Url (default "http://localhost:8888")