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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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