Skip to content

Commit 19adde1

Browse files
committed
Add add_column and delete_column into the module list #451
1 parent 7cc22a5 commit 19adde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awswrangler/catalog/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@
4848
)
4949

5050
__all__ = [
51+
"add_column"
5152
"add_csv_partitions",
5253
"add_parquet_partitions",
5354
"does_table_exist",
55+
"delete_column"
5456
"drop_duplicated_columns",
5557
"extract_athena_types",
5658
"sanitize_column_name",

0 commit comments

Comments
 (0)