Collibra Catalog Technical Lineage API
Project description
collibra-catalog_technical_lineage_100
REST API supporting the integration between the technical lineage platform and Catalog.
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_technical_lineage
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_technical_lineage
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import collibra_catalog_technical_lineage
from collibra_catalog_technical_lineage.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = collibra_catalog_technical_lineage.TechnicalLineageApi(collibra_catalog_technical_lineage.ApiClient(configuration))
asset_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str |
try:
# Starts technical lineage harvester
api_instance.trigger_harvester(asset_id)
except ApiException as e:
print("Exception when calling TechnicalLineageApi->trigger_harvester: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /rest/catalog/1.0
Class | Method | HTTP request | Description |
---|---|---|---|
TechnicalLineageApi | trigger_harvester | POST /technicalLineage/harvester/{assetId} | Starts technical lineage harvester |
Documentation For Models
Documentation For Authorization
All endpoints do not require authorization.
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file collibra-catalog_technical_lineage_100-1.0.0.tar.gz
.
File metadata
- Download URL: collibra-catalog_technical_lineage_100-1.0.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957fbf95b0af9c20d9e3ba4439f9567e5b663506054e6c58932bf247a98b9242 |
|
MD5 | 77044173b4315b9edf32d2417da52865 |
|
BLAKE2b-256 | 5652a4c68c0d30be3ccd93de90d1c9a0e7f1c51dc2b177ea51c06cc75cacaebe |
Provenance
File details
Details for the file collibra_catalog_technical_lineage_100-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: collibra_catalog_technical_lineage_100-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9419af632217d083eb1771cc146f65de5caab1b98147183772aa66c3883c0f0 |
|
MD5 | 071998f3b3d77762cc337c286b3a8fc0 |
|
BLAKE2b-256 | 5282d3e3a54d97769b3c23cc25320d7ded8c438dad49d24fc6da6496dbff00fa |