معرفی شرکت ها


dbt-lineage-viewer-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A DBT lineage viewer
ویژگی مقدار
سیستم عامل -
نام فایل dbt-lineage-viewer-1.0.2
نام dbt-lineage-viewer
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yang Dai
ایمیل نویسنده yang.dai2020@gmail.com
آدرس صفحه اصلی https://github.com/ydai713/dbt-lineage-viewer
آدرس اینترنتی https://pypi.org/project/dbt-lineage-viewer/
مجوز -
# DBT Dependency Viewer DBT Lineage Viewer is a command-line tool for visualizing the upstream and downstream dependencies of a specified DBT model within a DBT project. It generates an HTML file containing a diagram of the dependency tree. ## Installation Install the package using pip: ```bash pip install dbt-lineage-viewer ``` ## Usage To use the DBT Dependency Viewer, please navigate into your dbt project folder and run the following command: ```bash dbt-lineage-viewer <model_name> --max-depth <max_depth> --output <output_file> ``` Replace `<model_name>` with the name of the DBT model you want to analyze, `<max_depth>` with the maximum depth for the dependency tree, and `<output_file>` with the name of the output HTML file. ## Parameters model_name: The name of the DBT model to analyze (required). max_depth: The maximum depth for the dependency tree (optional, default: 3). output: The name of the output HTML file (optional, default: "test.html"). ## Example Analyze the tbl_acquisition_funnel model with a maximum depth of 3, and generate an output HTML file named dependency_tree.html: ```bash dbt-lineage-viewer tbl_acquisition_funnel --max-depth 3 --output dependency_tree.html ```


نیازمندی

مقدار نام
- click


نحوه نصب


نصب پکیج whl dbt-lineage-viewer-1.0.2:

    pip install dbt-lineage-viewer-1.0.2.whl


نصب پکیج tar.gz dbt-lineage-viewer-1.0.2:

    pip install dbt-lineage-viewer-1.0.2.tar.gz