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
Functions lineage
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for lineage_bundle-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f99e11b844e62370d985e2ea1241f09df9d832cc956871601e18baffd4f08cab |
|
MD5 | ab9d0fe51ba64291bded1734d1d33ce8 |
|
BLAKE2b-256 | 31525f5dd83ea8cc0562bf168084b5a7526ea20f19edc2df9f6c46b6f5d356e4 |