Skip to content

Commit

Permalink
Merge branch 'ly-docs-trigger-on-merge' of github.com:dbt-labs/docs.g…
Browse files Browse the repository at this point in the history
…etdbt.com into ly-docs-trigger-on-merge
  • Loading branch information
nghi-ly committed Apr 9, 2024
2 parents f3d0e14 + 7535f32 commit 0a3bb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/create-new-materializations.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Materializations should [return](/reference/dbt-jinja-functions/return) the list
{%- materialization my_view, default -%}

{%- set target_relation = api.Relation.create(
identifier=identifier, schema=schema, database=database,
identifier=this.identifier, schema=this.schema, database=this.database,
type='view') -%}

-- ... setup database ...
Expand Down Expand Up @@ -187,4 +187,4 @@ Specific materializations can be selected by using the dot-notation when selecti

We recommend _not_ overriding materialization names directly, and instead using a prefix or suffix to denote that the materialization changes the behavior of the default implementation (eg. my_project_incremental).

</div>
</div>

0 comments on commit 0a3bb9b

Please sign in to comment.