Skip to content

Commit 66c28d3

Browse files
committed
add a note at the top for column types
1 parent babca01 commit 66c28d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lambdas/csv_to_glue_catalog/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
22
Automatically creates/deletes Glue Catalog tables when CSV files are uploaded/deleted in S3.
3+
4+
Note: all column types of the created tables are defined as strings and please be aware when using them downstream.
35
"""
46

57
import json

0 commit comments

Comments
 (0)