Skip to content

Commit

Permalink
Merge pull request dbt-labs#891 from leniartek/patch-4
Browse files Browse the repository at this point in the history
Documentation - support for Incremental Models
  • Loading branch information
amychen1776 authored Oct 28, 2021
2 parents 6cae57b + f975c5d commit 47bf025
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docs/reference/warehouse-profiles/trino-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,25 @@ trino:
port: [port number]
schema: [your dbt schema]
threads: [1 or more]
http_scheme: [http or https]
session_properties:
query_max_run_time: 5d
exchange_compression: True


```

</File>

## Incremental models

The incremental strategy supported by the adapter is to append new records without updating/overwriting any existing data from the target model.

## Caveats

### Unsupported Functionality

Due to the nature of Trino, not all core dbt functionality is supported. The following features of dbt are not implemented on Trino:

1. [Snapshots](snapshots)
2. [Incremental models](configuring-incremental-models)

0 comments on commit 47bf025

Please sign in to comment.