Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
talagluck committed Nov 18, 2024
1 parent be3971d commit 565d0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"datasource",
"datasources",
"eitsupi's",
"endraw",
"Fivetran",
"GCS",
"glaredb",
Expand Down
4 changes: 3 additions & 1 deletion tutorials/join-across-data-sources-with-dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,18 @@ You can use GlareDB's COPY TO feature in post-hooks to export transformed data
to other destinations aside from your GlareDB warehouse:

{% raw %}

```yaml
{{ config(
materialized='view',
post_hook=[
"COPY public.my_model_name TO 's3://bucket/my_model_name.csv' FORMAT csv
CREDENTIALS my_aws_creds ( region '<aws_region>' );"
]
)
)
}}
```

{% endraw %}

## Best Practices
Expand Down

0 comments on commit 565d0fd

Please sign in to comment.