Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty/semantic-layer-dbt-project-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 16, 2023
2 parents b996548 + 2eec806 commit 24e550f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pip is the easiest way to install the adapter:
| dbt-teradata | dbt-core | dbt-teradata-util | dbt-util |
|--------------|------------|-------------------|----------------|
| 1.2.x | 1.2.x | 0.1.0 | 0.9.x or below |
| 1.6.7 | 1.6.7 | 1.1.1 | 1.1.1 |


<h2> Configuring {frontMatter.meta.pypi_package} </h2>
Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/configs-and-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ You can find an exhaustive list of each supported property and config, broken do
* Model [properties](/reference/model-properties) and [configs](/reference/model-configs)
* Source [properties](/reference/source-properties) and [configs](source-configs)
* Seed [properties](/reference/seed-properties) and [configs](/reference/seed-configs)
* [Snapshot Properties](snapshot-properties)
* Snapshot [properties](snapshot-properties)
* Analysis [properties](analysis-properties)
* [Macro Properties](/reference/macro-properties)
* Macro [properties](/reference/macro-properties)
* Exposure [properties](/reference/exposure-properties)

## FAQs
Expand Down
2 changes: 1 addition & 1 deletion website/docs/terms/data-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Data teams may choose to use third-party tools with data cataloging capabilities

## Conclusion

Data catalogs are a valuable asset to any data team and business as a whole. They allow people within an organization to find the data that they need when they need it and understand its quality or sensitivity. This makes communication across teams more seamless, preventing problems that impact the business in the long run. Weigh your options in terms of whether to go with open source and enterprise, trusting that the decision you land on will be best for your organization.
Data catalogs are a valuable asset to any data team and business as a whole. They allow people within an organization to find the data that they need when they need it and understand its quality or sensitivity. This makes communication across teams more seamless, preventing problems that impact the business in the long run. Weigh your options in terms of whether to go with open source or enterprise, trusting that the decision you land on will be best for your organization.

## Additional reading

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var siteSettings = {
</div>
<div class='footer__items--right'>
<a href='https://twitter.com/getdbt'><i class="fa-brands fa-twitter"></i></a>
<a href='https://twitter.com/getdbt'><i class="fa-brands fa-x-twitter"></i></a>
<a href='https://www.getdbt.com/community/join-the-community/'><i class="fa-brands fa-slack"></i></a>
<a href='https://github.com/dbt-labs/dbt-core'><i class="fa-brands fa-github"></i></a>
</div>
Expand Down

0 comments on commit 24e550f

Please sign in to comment.