Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1000 Bytes

File metadata and controls

45 lines (30 loc) · 1000 Bytes

catalog-connector-client

This is a client for communicating with Fybrik data catalog connector. It tests the validity of the connector response.

Requirements:

make
golang 1.19

Quick Start

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")