Skip to content

Commit

Permalink
docs: fix redshift.to_sql doc indentation error (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Mar 7, 2024
1 parent 5f36e61 commit 67cfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awswrangler/redshift/_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def to_sql(
Dictionary of columns names and Redshift types to be casted.
Useful when you have columns with undetermined or mixed data types.
(e.g. {'col name': 'VARCHAR(10)', 'col2 name': 'FLOAT'})
diststyle : str
diststyle : str
Redshift distribution styles. Must be in ["AUTO", "EVEN", "ALL", "KEY"].
https://docs.aws.amazon.com/redshift/latest/dg/t_Distributing_data.html
distkey : str, optional
Expand Down

0 comments on commit 67cfd73

Please sign in to comment.