
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
collibra-catalog-external-profiling-upload-100
Advanced tools
This API is used to manually push profiling data.
This Python package is automatically generated by the Swagger Codegen project:
Python 2.7 and 3.4+
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_external_profiling_upload
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_external_profiling_upload
Please follow the installation procedure and then run the following:
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)
All URIs are relative to /rest/catalog/1.0
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ProfilingApi | update_columns_profiling_data | PATCH /profiling/columns | Updates column profiles. |
FAQs
Collibra Catalog External Profiling Upload API
We found that collibra-catalog-external-profiling-upload-100 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.