Skip to content

Commit

Permalink
incorporate style standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2023
1 parent 0d4dd63 commit bd6c4fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/resource-configs/postgres-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ models:

</TabItem>


<TabItem value="property-yaml">

<File name='models/properties.yml'>
Expand All @@ -167,14 +168,15 @@ models:

</TabItem>


<TabItem value="config">

<File name='models/<model_name>.sql'>

```jinja
{{ config(
[materialized](/reference/resource-configs/materialized)="materialized_view",
on_configuration_change="apply" | "continue" | "fail"
on_configuration_change="apply" | "continue" | "fail",
[indexes](#indexes)=[
{
"columns": ["<column-name>"],
Expand Down

0 comments on commit bd6c4fc

Please sign in to comment.