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.
poetry add lineage-bundle --dev
console lineage:publish:html
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}'
APP_ENV=dev
# Databricks
DBX_TOKEN=
# Lineage
DB_HOST=address.of.mssql.server.com
DB_NAME=db_name
DB_USER=username
DB_PASS=password
console lineage:database:init
console lineage:publish:database