collibra-catalog-external-profiling-upload-100


Namecollibra-catalog-external-profiling-upload-100 JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryCollibra Catalog External Profiling Upload API
upload_time2024-06-24 17:54:32
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords swagger collibra catalog external profiling upload api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # collibra-catalog_external_profiling_upload_100
<p>This API is used to manually push profiling data.</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_external_profiling_upload 
```

### 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_external_profiling_upload
```

## 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_external_profiling_upload
from collibra_catalog_external_profiling_upload.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: basicAuth
configuration = collibra_catalog_external_profiling_upload.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = collibra_catalog_external_profiling_upload.ProfilingApi(collibra_catalog_external_profiling_upload.ApiClient(configuration))
body = collibra_catalog_external_profiling_upload.DataProfilingRequest() # DataProfilingRequest | The column profiles to update.
If a property is not set it's ignored (not updated)
If a property is set to null it's deleted.

A valid assetIdentifer contains one of the following combinations:
- id
- assetName, domainId
- communityName, assetName, domainName

Strings containing numeric value must use `.` as decimal separator. No thousands separator should be used. In scientific notation, an `E` should separate the mantissa from the exponent, with no other extra character. (optional)

try:
    # Updates column profiles.
    api_response = api_instance.update_columns_profiling_data(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ProfilingApi->update_columns_profiling_data: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to */rest/catalog/1.0*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ProfilingApi* | [**update_columns_profiling_data**](docs/ProfilingApi.md#update_columns_profiling_data) | **PATCH** /profiling/columns | Updates column profiles.

## Documentation For Models

 - [AssetIdentifier](docs/AssetIdentifier.md)
 - [CategoricalMetadata](docs/CategoricalMetadata.md)
 - [ColumnProfile](docs/ColumnProfile.md)
 - [Counts](docs/Counts.md)
 - [DataProfilingRequest](docs/DataProfilingRequest.md)
 - [DataProfilingResponse](docs/DataProfilingResponse.md)
 - [DatabaseMetadata](docs/DatabaseMetadata.md)
 - [Distributions](docs/Distributions.md)
 - [HistogramBin](docs/HistogramBin.md)
 - [Point](docs/Point.md)
 - [Quantiles](docs/Quantiles.md)
 - [Samples](docs/Samples.md)
 - [Statistics](docs/Statistics.md)

## Documentation For Authorization


## basicAuth

- **Type**: HTTP basic authentication


## Author



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "collibra-catalog-external-profiling-upload-100",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Swagger, Collibra Catalog External Profiling Upload API",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ea/8b/ec963134c0513ec5ae865fb496e5b06fc2c7a1401e1e6ee91762560e0bd0/collibra-catalog_external_profiling_upload_100-1.0.0.tar.gz",
    "platform": null,
    "description": "# collibra-catalog_external_profiling_upload_100\n<p>This API is used to manually push profiling data.</p>\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 1.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport collibra_catalog_external_profiling_upload \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport collibra_catalog_external_profiling_upload\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport collibra_catalog_external_profiling_upload\nfrom collibra_catalog_external_profiling_upload.rest import ApiException\nfrom pprint import pprint\n# Configure HTTP basic authorization: basicAuth\nconfiguration = collibra_catalog_external_profiling_upload.Configuration()\nconfiguration.username = 'YOUR_USERNAME'\nconfiguration.password = 'YOUR_PASSWORD'\n\n# create an instance of the API class\napi_instance = collibra_catalog_external_profiling_upload.ProfilingApi(collibra_catalog_external_profiling_upload.ApiClient(configuration))\nbody = collibra_catalog_external_profiling_upload.DataProfilingRequest() # DataProfilingRequest | The column profiles to update.\nIf a property is not set it's ignored (not updated)\nIf a property is set to null it's deleted.\n\nA valid assetIdentifer contains one of the following combinations:\n- id\n- assetName, domainId\n- communityName, assetName, domainName\n\nStrings containing numeric value must use `.` as decimal separator. No thousands separator should be used. In scientific notation, an `E` should separate the mantissa from the exponent, with no other extra character. (optional)\n\ntry:\n    # Updates column profiles.\n    api_response = api_instance.update_columns_profiling_data(body=body)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling ProfilingApi->update_columns_profiling_data: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to */rest/catalog/1.0*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ProfilingApi* | [**update_columns_profiling_data**](docs/ProfilingApi.md#update_columns_profiling_data) | **PATCH** /profiling/columns | Updates column profiles.\n\n## Documentation For Models\n\n - [AssetIdentifier](docs/AssetIdentifier.md)\n - [CategoricalMetadata](docs/CategoricalMetadata.md)\n - [ColumnProfile](docs/ColumnProfile.md)\n - [Counts](docs/Counts.md)\n - [DataProfilingRequest](docs/DataProfilingRequest.md)\n - [DataProfilingResponse](docs/DataProfilingResponse.md)\n - [DatabaseMetadata](docs/DatabaseMetadata.md)\n - [Distributions](docs/Distributions.md)\n - [HistogramBin](docs/HistogramBin.md)\n - [Point](docs/Point.md)\n - [Quantiles](docs/Quantiles.md)\n - [Samples](docs/Samples.md)\n - [Statistics](docs/Statistics.md)\n\n## Documentation For Authorization\n\n\n## basicAuth\n\n- **Type**: HTTP basic authentication\n\n\n## Author\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collibra Catalog External Profiling Upload API",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "swagger",
        " collibra catalog external profiling upload api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8107964eec74138cd958bcc4c830a1257ed2bfffd2420c5be5c169a08332a18f",
                "md5": "63ae4d13b71df1daadf48edf881230a8",
                "sha256": "dc5d00bb6879062166a5d7ce411edf47a5797c22f14c4329b0d4e14b722a1c88"
            },
            "downloads": -1,
            "filename": "collibra_catalog_external_profiling_upload_100-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63ae4d13b71df1daadf48edf881230a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 47547,
            "upload_time": "2024-06-24T17:54:31",
            "upload_time_iso_8601": "2024-06-24T17:54:31.250581Z",
            "url": "https://files.pythonhosted.org/packages/81/07/964eec74138cd958bcc4c830a1257ed2bfffd2420c5be5c169a08332a18f/collibra_catalog_external_profiling_upload_100-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea8bec963134c0513ec5ae865fb496e5b06fc2c7a1401e1e6ee91762560e0bd0",
                "md5": "5410465a0e47b6cbabbb1b11a573fe30",
                "sha256": "20a6feb8048b5eb73a2e8350c48fe443734dae3fbbe20eece164e568108a27bf"
            },
            "downloads": -1,
            "filename": "collibra-catalog_external_profiling_upload_100-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5410465a0e47b6cbabbb1b11a573fe30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24178,
            "upload_time": "2024-06-24T17:54:32",
            "upload_time_iso_8601": "2024-06-24T17:54:32.850510Z",
            "url": "https://files.pythonhosted.org/packages/ea/8b/ec963134c0513ec5ae865fb496e5b06fc2c7a1401e1e6ee91762560e0bd0/collibra-catalog_external_profiling_upload_100-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 17:54:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collibra-catalog-external-profiling-upload-100"
}
        
Elapsed time: 0.86713s