diff --git a/docs/_snippets/quickstart-package-install.mdx b/docs/_snippets/quickstart-package-install.mdx index 654cbbb60..666d3bf66 100644 --- a/docs/_snippets/quickstart-package-install.mdx +++ b/docs/_snippets/quickstart-package-install.mdx @@ -39,7 +39,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.16.1 + version: 0.16.3 ## Docs: https://docs.elementary-data.com ``` diff --git a/docs/dbt/on-run-end_hooks.mdx b/docs/dbt/on-run-end_hooks.mdx index f72276e03..0ccbb911f 100644 --- a/docs/dbt/on-run-end_hooks.mdx +++ b/docs/dbt/on-run-end_hooks.mdx @@ -96,7 +96,7 @@ If you only want to disable dbt_columns but leave all other artifacts, configure ```yaml dbt_project.yml vars: - disable_dbt_columns_autoupload: true + columns_upload_strategy: "none" ```