Skip to main content

Collibra Catalog API

Project description

collibra-catalog_100

The Catalog API offers functionality related to the catalog product.
It is mainly focused on facilitating the ingestion of information into Catalog. The API enables users to more easily connect Catalog to sources that are not necessarily natively supported in the product.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import collibra_catalog 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import collibra_catalog

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import collibra_catalog
from collibra_catalog.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = collibra_catalog.JDBCSchemaIngestionApi(collibra_catalog.ApiClient(configuration))
body = collibra_catalog.AddSchemaFromJdbcRequest() # AddSchemaFromJdbcRequest |  (optional)

try:
    # Create a JDBC schema ingestion
    api_response = api_instance.add_schema_from_jdbc(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JDBCSchemaIngestionApi->add_schema_from_jdbc: %s\n" % e)

# create an instance of the API class
api_instance = collibra_catalog.JDBCSchemaIngestionApi(collibra_catalog.ApiClient(configuration))
asset_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | 
body = collibra_catalog.RefreshJdbcSchemaRequest() # RefreshJdbcSchemaRequest |  (optional)

try:
    # Refresh an existing JDBC schema ingestion
    api_response = api_instance.refresh_jdbc_schema(asset_id, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JDBCSchemaIngestionApi->refresh_jdbc_schema: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to /rest/catalog/1.0

Class Method HTTP request Description
JDBCSchemaIngestionApi add_schema_from_jdbc POST /schemas/jdbc Create a JDBC schema ingestion
JDBCSchemaIngestionApi refresh_jdbc_schema POST /schemas/jdbc/{assetId} Refresh an existing JDBC schema ingestion
JobServerInstanceConfigurationApi get_available_job_server_instances GET /configuration/jobServerInstance Retrieve existing JobServer instance configurations

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collibra-catalog_100-1.0.0.tar.gz (25.1 kB view details)

Uploaded Source

Built Distribution

collibra_catalog_100-1.0.0-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

Details for the file collibra-catalog_100-1.0.0.tar.gz.

File metadata

  • Download URL: collibra-catalog_100-1.0.0.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for collibra-catalog_100-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7dac1c6fe5a5d2046dbceccd6bb8a9172a4a739436a4bb27e85a0205b46ef574
MD5 22d42d4c490d6fc228b7560c31f37bde
BLAKE2b-256 d03dda4665a979f9f1bf8e03b57b45220dc01d12717cad26c9f19b54838c69ed

See more details on using hashes here.

File details

Details for the file collibra_catalog_100-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for collibra_catalog_100-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 025099a5dce91169473cf08c5175eb876342215318ad740e321c012457375fbe
MD5 c164f47700283bbecc9c1404604f855b
BLAKE2b-256 f12bb15970df90631740d11eb3c2fea39792aa78d4651bd99751e637868534b0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page