Define encoding in redshift #1834
night-fury-web
announced in
Archive
Replies: 1 comment
-
@night-fury-web this isn't possible in dbt, have a look at dbt-labs/dbt-core#1016 for a deeper dive into why. In short, Redshift doesn't support specifying column encoding in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my source table with columns in zstd encoding.
After running dbt, the output column is using az64 encoding.
How can I keep zstd encoding after dbt run?
Beta Was this translation helpful? Give feedback.
All reactions