Skip to content

Commit

Permalink
📚 Destination Redshift: update _airbyte_data column type in docs (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin authored May 5, 2023
1 parent 8400d20 commit 7f36de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/destinations/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Each stream will be output into its own raw table in Redshift. Each table will c

* `_airbyte_ab_id`: a uuid assigned by Airbyte to each event that is processed. The column type in Redshift is `VARCHAR`.
* `_airbyte_emitted_at`: a timestamp representing when the event was pulled from the data source. The column type in Redshift is `TIMESTAMP WITH TIME ZONE`.
* `_airbyte_data`: a json blob representing with the event data. The column type in Redshift is `VARCHAR` but can be be parsed with JSON functions.
* `_airbyte_data`: a json blob representing with the event data. The column type in Redshift is `SUPER`.

## Data type mapping

Expand Down

0 comments on commit 7f36de2

Please sign in to comment.