Skip to main content

Custom Amundsen Atlas data types definition

Project description

Amundsen Atlas Types

PyPI version Build Status License

Kickstart your Apache Atlas to support Amundsen using the prebuilt functions and required entity definitions.

Installation:

The package is available on PyPi, which you can install using below.

    pip install amundsenatlastypes

Usage:

Connecting to Apache Atlas:

amundsenatlastypes uses environment variables to connect to Apache Atlas.

Following are the environment variables need to be set in order to connect to Apache Atlas.

- ATLAS_HOST                [default = localhost]
- ATLAS_PORT                [default = 21000]
- ATLAS_USERNAME            [default = admin]
- ATLAS_PASSWORD            [default = admin]

Kickstart Apache Atlas

A single python function is available that you can use to apply all required entity definitions. You can run this function as many times as you want, and it will not break any existing functionality, that means that it can also be implemented in your pipelines.

from amundsenatlastypes import Initializer

init = Initializer()
init.create_required_entities()

There also is a functionality to initiate your existing data to work accordingly with Amundsen. To create required relations you need to set fix_existing_data=True while calling the create_required_entities().

from amundsenatlastypes import Initializer

init = Initializer()
init.create_required_entities(fix_existing_data=True)

Functionality:

amundsenatlastypes provides a number of functions that can be used separately to implement/apply entity definitions of Apache Atlas, which are available here.

You can also simply access the individual entity definitions in JSON format by importing them from here.

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

amundsenatlastypes-0.0.13.post12.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amundsenatlastypes-0.0.13.post12-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file amundsenatlastypes-0.0.13.post12.tar.gz.

File metadata

  • Download URL: amundsenatlastypes-0.0.13.post12.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for amundsenatlastypes-0.0.13.post12.tar.gz
Algorithm Hash digest
SHA256 e93dd7feb72057faeb2da13e986b4eed5976ae9633bd2f824dd3bb74e777d7d7
MD5 f7d2b3ed6750e55e6a1a5600e54b709d
BLAKE2b-256 87c74638e78705778fe492b7911e32777ff4df6de3200d917a6a8b85bde508f4

See more details on using hashes here.

File details

Details for the file amundsenatlastypes-0.0.13.post12-py3-none-any.whl.

File metadata

  • Download URL: amundsenatlastypes-0.0.13.post12-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for amundsenatlastypes-0.0.13.post12-py3-none-any.whl
Algorithm Hash digest
SHA256 f782e8d511ff6cf0f2216233e0c0c3fe7085452dfeec1880a66a8edbf4aa9b63
MD5 06321efdc89448e5058a56e2cf3b0965
BLAKE2b-256 a7b1f9618fe7e2c5a415c202fa873c6c3f9d709aff5327e09ca538a012085608

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page