Skip to content

Commit

Permalink
fix: typo in docstring for create_ctas_table method
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwu1227 committed Jan 22, 2025
1 parent 5c9adf8 commit b3d40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def create_ctas_table(
* `ctas_database` Optional[str]: The name of the database where the CTAS table will be created. If None, `database` is used.
* `s3_coutput` Optional[str]: The S3 path where the CTAS table will be stored. If None, `s3_output` attribute of the current instance is used. This may not be
* `s3_output` Optional[str]: The S3 path where the CTAS table will be stored. If None, `s3_output` attribute of the current instance is used. This may not be
desirable if the CTAS table is somewhat permanent and you want to store it in a different location than the query results.
* `storage_format` Optional[str]: The storage format for the CTAS query results, such as ORC, PARQUET, AVRO, JSON, or TEXTFILE. PARQUET by default.
Expand Down

0 comments on commit b3d40fa

Please sign in to comment.