معرفی شرکت ها


dbtdoc-0.1.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Document tool for dbt
ویژگی مقدار
سیستم عامل -
نام فایل dbtdoc-0.1.6
نام dbtdoc
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده bachng
ایمیل نویسنده bachng@gmail.com
آدرس صفحه اصلی https://github.com/bachng2017/dbtdoc
آدرس اینترنتی https://pypi.org/project/dbtdoc/
مجوز Apache
# dbtdoc Create dbt document from SQL files ## Install ``` pip install dbtdoc ``` ## Features Currently support document for following - model - seed - common macro and test - materialization ## Usage ### Prepare dbtdoc will extract the information from SQL comment block /* */ for each macro and test. A typical comment block will look like this: ~~~ /* This information will be used in dbt document. Information insides dbt block is used to create dbt yml file ```dbt arguments: - name: arg01 type: string description: the first argument ``` * any thing after `dbt` block will be ignored */ ~~~ By default, every macro, tests will be displayed in dbt document navigator. Remove item from document by adding following setting. ~~~ /* this will no be displayed in dbt doc ```dbt docs: show: false ``` */ ~~~ ### Usage Default syntax is below: ``` dbtdoc [-h] [-v] [-c] [-b] [-d DOC] [-u] [-o] [-p PREFIX] [-s SCHEMA] [-S] [-D DEBUG] [-T TARGET] dbt_dir ``` By default `dbtdoc` will scan the `dbt_dir` and all of its sub-folder for sql file, creates 2 file `dbt_schema.yml` and `docs.md` for each folder (the names of the file could be changed by .dbtdoc) In case `dbtdoc` found a `dbt_project.yml` in the target folder, it will only scan the folders defined by `models-path` and `macros-path` from the file Paramaeter `-o` is used to limit `dbtdoc` only process on the target `dbt_dir` only but ignore its sub-folder. Note: when error happens, use the command with `-D DEBUG` for more details about the errors. ## Configuration Configuration file `.dbtdoc` is searched in current folder. A typical configuration file looks like this: ```.dbtdoc schema_file: "dbt_schema.yml" doc_file: "docs.md" quote_string: true ``` If the configuration does not exists, default values are used. ``` SCHEMA_FILE = "dbt_schema.yml" DOC_FILE = "docs.md" QUOTE_STRING = False ``` ## Other This project is inspired by this: https://github.com/anelendata/dbt_docstring


نیازمندی

مقدار نام
>=40.3.0 setuptools


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl dbtdoc-0.1.6:

    pip install dbtdoc-0.1.6.whl


نصب پکیج tar.gz dbtdoc-0.1.6:

    pip install dbtdoc-0.1.6.tar.gz