File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments