Skip to content

Commit 58311e9

Browse files
committed
Update .gitignore and csv_to_glue_catalog.py
1 parent 678ed01 commit 58311e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ AmazonQ.md
1313

1414
*.csv
1515

16+
csvtool/csvfiles/
1617

1718
**/.env

csvtool/csv_to_glue_catalog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import time
1010

1111
# Global variables
12-
S3_BUCKET_NAME = "amtc360marketingstack-datastoragedatabucketeed15eb-4vnkafpjvwfj"
13-
GLUE_DATABASE_NAME = "amtc360marketingstackdatastoragegluedb6e0cfd2e"
12+
S3_BUCKET_NAME = "<ここを実際のs3バケット名に置き換えてください>"
13+
GLUE_DATABASE_NAME = "<ここを実際のGlueデータベース名に置き換えてください>"
1414

1515
# BEDROCK_MODEL_ID = "us.anthropic.claude-3-7-sonnet-20250219-v1:0"
1616
BEDROCK_MODEL_ID = "global.anthropic.claude-sonnet-4-5-20250929-v1:0"

0 commit comments

Comments
 (0)