No project description provided
Project description
dbt_quicksight_lineage
Table of Contents
Installation
pip install dbt-quicksight-lineage
Usage
Usage: dbt-quicksight-lineage [OPTIONS] COMMAND [ARGS]...
dbt-quicksight-lineage: DBT to QuickSight Lineage command helper
Options:
--version Show the version and exit.
--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
Set log level
--no-color / --color Disable color in output
-h, --help Show this message and exit.
Commands:
init Modify schema.yml to add QuickSight metadata with Data...
update-data-set Update QuickSight DataSet from DBT Manifest
QuickStart
dbt-quicksight-lineage init --project-dir /path/to/dbt/project --data-set-id <data-set-id>
modify your schema.yml
to add QuickSight metadata with Data Lineage
for example:
version: 2
models:
- name: my_first_dbt_model
description: "A starter dbt model"
meta:
quicksight:
logical_table_name: My First DBT Model
data_sets:
- id: 00000000-0000-0000-0000-000000000000
data_source_arn: arn:aws:quicksight:ap-northeast-1:123456789012:datasource/00000000-0000-0000-0000-000000000000
columns:
- name: id
description: "The primary key for this table"
meta:
quicksight:
field_name: ID
folder: Key
tests:
- unique
- not_null
- name: my_second_dbt_model
description: "A starter dbt model"
columns:
- name: id
description: "The primary key for this table"
tests:
- unique
- not_null
and update data set
dbt-quicksight-lineage update-data-set --project-dir /path/to/dbt/project --data-set-id <data-set-id>
License
dbt-quicksight-lineage
is distributed under the terms of the MIT license.
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
dbt_quicksight_lineage-0.0.2.tar.gz
(271.3 kB
view hashes)
Built Distribution
Close
Hashes for dbt_quicksight_lineage-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f76e3b4b3ed563931b59751f4f92352785c2e5b7a628fee633c53a956a3a82dc |
|
MD5 | 3241a86d39c7323d3afc048c2fa199ab |
|
BLAKE2b-256 | f1a1ece1653625f1134f8d7a5b82350091b6837fdf22f795fa28bbd1b2f1b5d2 |
Close
Hashes for dbt_quicksight_lineage-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01c1cf3329317c08a2971ae001136cb094f0020c9205d7257b792cdc787161d |
|
MD5 | 65791c1665ce74e0f9fdf0b5ccf6675e |
|
BLAKE2b-256 | d41a3e2eb10a1612f05771603980ac80b2241e4e1211148323255c19f710ba7b |