Skip to main content

Lineage generation bundle

Project description

Lineage bundle

This package is distributed under the "DataSentics SW packages Terms of Use." See license

Lineage bundle allows you to generate and publish lineage of notebooks and notebook functions of your Daipe project.

Getting started

Add lineage-bundle to your project

poetry add lineage-bundle --dev

Generate and publish lineage to a static HTML

console lineage:publish:html

Optional:

To use a databaase: add sqlalchemybundle.yaml file to [PROJECT_NAME]/_config/bundles/

parameters:
  sqlalchemybundle:
    connections:
      default:
        engine: mssql
        server: '%env(DB_HOST)%'
        database: '%env(DB_NAME)%'
        username: '%env(DB_USER)%'
        password: '%env(DB_PASS)%'
        driver: '{ODBC Driver 17 for SQL Server}'

In .env in your Daipe project

APP_ENV=dev

# Databricks
DBX_TOKEN=
# Lineage
DB_HOST=address.of.mssql.server.com
DB_NAME=db_name
DB_USER=username
DB_PASS=password

Initialize the database

console lineage:database:init

Generate and publish lineage to database

console lineage:publish:database

Preview

Pipelines lineage

Example lineage

Functions lineage

Example lineage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lineage_bundle-1.2.1-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

Details for the file lineage_bundle-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: lineage_bundle-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 31.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.3 Linux/5.11.0-1028-azure

File hashes

Hashes for lineage_bundle-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f99e11b844e62370d985e2ea1241f09df9d832cc956871601e18baffd4f08cab
MD5 ab9d0fe51ba64291bded1734d1d33ce8
BLAKE2b-256 31525f5dd83ea8cc0562bf168084b5a7526ea20f19edc2df9f6c46b6f5d356e4

See more details on using hashes here.

Supported by

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