Skip to content

Commit b062b10

Browse files
committed
Printing out secrets to determine whether AWS auth is being set
1 parent 9f29eaa commit b062b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/db.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
with duckdb.connect() as conn:
1414
logger.info("Creating S3 secret using credential chain")
1515
logger.info(conn.execute("CREATE SECRET aws (TYPE S3, PROVIDER CREDENTIAL_CHAIN);").fetchall())
16+
logger.info(conn.execute("SELECT * FROM duckdb_secrets();").fetchall()
1617

1718

1819
def search_issues(params: IssuesParams):

0 commit comments

Comments
 (0)