Skip to content

Commit 2b5e526

Browse files
authored
Update package version in guide
Docs elementary pacage version 0181
2 parents 305389f + 6d46700 commit 2b5e526

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/_snippets/quickstart-package-install.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
3939
```yml packages.yml
4040
packages:
4141
- package: elementary-data/elementary
42-
version: 0.16.4
42+
version: 0.18.1
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>
@@ -87,7 +87,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
8787
Please note that after setting this flag you may see a deprecation warning from dbt.
8888
This is a temporary measure and we are working with the dbt team on a [longer term solution](https://github.com/dbt-labs/dbt-core/issues/10090).
8989
</Accordion>
90-
90+
9191
```yml dbt_project.yml
9292
models:
9393
## see docs: https://docs.elementary-data.com/
@@ -96,12 +96,13 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
9696
+schema: "elementary"
9797
## To disable elementary for dev, uncomment this:
9898
# enabled: "{{ target.name in ['prod','analytics'] }}"
99-
99+
100100
# Required from dbt 1.8 and above for certain Elementary features
101101
flags:
102102
require_explicit_package_overrides_for_builtin_materializations: False
103103
source_freshness_run_project_hooks: True
104104
```
105+
105106
</Step>
106107
<Step title="Import the package and build Elementary models">
107108

0 commit comments

Comments
 (0)