MInor: Added Tiers&Glossary in dbt docs main page (#16923)

This commit is contained in:
Suman Maharana 2024-07-04 15:09:28 +05:30 committed by GitHub
parent 2729f517f5
commit bfa9e237de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 58 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Configure the dbt Workflow from the CLI.
| dbt Queries | {% icon iconName="check" /%} |
| dbt Lineage | {% icon iconName="check" /%} |
| dbt Tags | {% icon iconName="check" /%} |
| dbt Tiers | {% icon iconName="check" /%} |
| dbt Glossary | {% icon iconName="check" /%} |
| dbt Owner | {% icon iconName="check" /%} |
| dbt Descriptions | {% icon iconName="check" /%} |
| dbt Tests | {% icon iconName="check" /%} |
@ -146,6 +148,33 @@ Tests from dbt will only be imported if the `run_results.json` file is passed.
caption="dbt Tests"
/%}
### 7. dbt Tiers
Table and column level Tiers can be imported from dbt
Please refer [here](/connectors/ingestion/workflows/dbt/ingest-dbt-tier) for adding dbt tiers
{% image
src="/images/v1.4/features/ingestion/workflows/dbt/dbt-features/dbt-tier.webp"
alt="dbt-tiers"
caption="dbt Tiers"
/%}
### 8. dbt Glossary
Table and column level Glossary can be imported from dbt
Please refer [here](/connectors/ingestion/workflows/dbt/ingest-dbt-glossary) for adding dbt glossary
{% image
src="/images/v1.4/features/ingestion/workflows/dbt/dbt-features/dbt-glossary.webp" ///change
alt="dbt-glossary"
caption="dbt Glossary"
/%}
## Troubleshooting
For any issues please refer to the troubleshooting documentation [here](/connectors/ingestion/workflows/dbt/dbt-troubleshooting)

View File

@ -34,6 +34,8 @@ Configure the dbt Workflow from the CLI.
| dbt Queries | {% icon iconName="check" /%} |
| dbt Lineage | {% icon iconName="check" /%} |
| dbt Tags | {% icon iconName="check" /%} |
| dbt Tiers | {% icon iconName="check" /%} |
| dbt Glossary | {% icon iconName="check" /%} |
| dbt Owner | {% icon iconName="check" /%} |
| dbt Descriptions | {% icon iconName="check" /%} |
| dbt Tests | {% icon iconName="check" /%} |
@ -146,6 +148,33 @@ Tests from dbt will only be imported if the `run_results.json` file is passed.
caption="dbt Tests"
/%}
### 7. dbt Tiers
Table and column level Tiers can be imported from dbt
Please refer [here](/connectors/ingestion/workflows/dbt/ingest-dbt-tier) for adding dbt tiers
{% image
src="/images/v1.5/features/ingestion/workflows/dbt/dbt-features/dbt-tier.webp"
alt="dbt-tiers"
caption="dbt Tiers"
/%}
### 8. dbt Glossary
Table and column level Glossary can be imported from dbt
Please refer [here](/connectors/ingestion/workflows/dbt/ingest-dbt-glossary) for adding dbt glossary
{% image
src="/images/v1.5/features/ingestion/workflows/dbt/dbt-features/dbt-glossary.webp"
alt="dbt-glossary"
caption="dbt Glossary"
/%}
## Troubleshooting
For any issues please refer to the troubleshooting documentation [here](/connectors/ingestion/workflows/dbt/dbt-troubleshooting)