Skip to content

Commit

Permalink
Add readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jan 17, 2024
1 parent 5922b8a commit 645e660
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ The table below shows which dbt and Firebolt features are supported by the adapt
| Join indexes | :x: (syntax supported, but not effective) |


## Constraints support

More on constraints in [Platform constraint support](https://docs.getdbt.com/docs/collaborate/govern/model-contracts#platform-constraint-support)


| Constraint type | Support | Platform enforcement |
|-----------------|---------|----------------------|
| not_null | :white_check_mark: Supported | :white_check_mark: Enforced |
| primary_key | :x: Not Supported | :x: Not enforced |
| foreign_key | :x: Not Supported | :x: Not enforced |
| unique | :white_check_mark: Supported | :x: Not enforced |
| check | :x: Not supported | :x: Not enforced |


## Using dbt-firebolt

Expand Down

0 comments on commit 645e660

Please sign in to comment.