We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babca01 commit 66c28d3Copy full SHA for 66c28d3
lambdas/csv_to_glue_catalog/main.py
@@ -1,5 +1,7 @@
1
"""
2
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.
5
6
7
import json
0 commit comments