Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/commands/data-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ The `data-diff` command includes specialized type mapping support for the follow
- **BigQuery** - Native support for BigQuery types including `INT64`, `FLOAT64`, `BIGNUMERIC`, and BigQuery-specific formatting
- **PostgreSQL & AWS Redshift** - Complete support for PostgreSQL types including `SERIAL` types, `MONEY`, network types (`CIDR`, `INET`), and `JSONB`
- **Snowflake** - Full support for Snowflake types including `NUMBER`, `VARIANT`, and timezone-aware timestamp types
- **Athena** - Supports AWS Athena (Trino/Presto) type system including `DECIMAL`, `DOUBLE`, `BOOLEAN`, `JSON`, and timestamp types for data-diff comparisons

### Type Mapping Features

Expand Down Expand Up @@ -230,4 +231,4 @@ Either use the format `connection:table` or add the `--connection` flag.
### Error: "failed to get connection"
The specified connection name doesn't exist in your configuration.

Check your `.bruin.yml` or other [secrets backend](../secrets/overview.md) file for available connections.
Check your `.bruin.yml` or other [secrets backend](../secrets/overview.md) file for available connections.
Loading