We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a217255 commit 1f52f03Copy full SHA for 1f52f03
load-data-to-opensearch.py
@@ -3,7 +3,7 @@
3
import json
4
import argparse
5
import boto3
6
-from utils import dataset, secret, opensearch, iam
+from utils import dataset, secret, opensearch
7
8
coloredlogs.install(fmt='%(asctime)s %(levelname)s %(message)s', datefmt='%H:%M:%S', level='INFO')
9
logging.basicConfig(level=logging.INFO)
utils/iam.py
0 commit comments