We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f36e61 commit 67cfd73Copy full SHA for 67cfd73
awswrangler/redshift/_write.py
@@ -122,7 +122,7 @@ def to_sql(
122
Dictionary of columns names and Redshift types to be casted.
123
Useful when you have columns with undetermined or mixed data types.
124
(e.g. {'col name': 'VARCHAR(10)', 'col2 name': 'FLOAT'})
125
- diststyle : str
+ diststyle : str
126
Redshift distribution styles. Must be in ["AUTO", "EVEN", "ALL", "KEY"].
127
https://docs.aws.amazon.com/redshift/latest/dg/t_Distributing_data.html
128
distkey : str, optional
0 commit comments