Metadata-Version: 2.1
Name: collibra-catalog_technical_lineage_100
Version: 1.0.0
Summary: Collibra Catalog Technical Lineage API
Home-page: 
Author-email: 
Keywords: Swagger,Collibra Catalog Technical Lineage API
Description-Content-Type: text/markdown

# collibra-catalog_technical_lineage_100
<p>REST API supporting the integration between the technical lineage platform and Catalog. </p>

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/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

```sh
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:
```python
import collibra_catalog_technical_lineage 
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import collibra_catalog_technical_lineage
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
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**](docs/TechnicalLineageApi.md#trigger_harvester) | **POST** /technicalLineage/harvester/{assetId} | Starts technical lineage harvester

## Documentation For Models


## Documentation For Authorization

 All endpoints do not require authorization.


## Author


