Skip to content

Commit aaaadd0

Browse files
committed
Set DuckDB secret refresh to auto
1 parent 7f7800d commit aaaadd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

timdex_dataset_api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def configure_duckdb_s3_secret(
122122
type s3,
123123
provider credential_chain,
124124
chain 'sso;env;config',
125-
refresh true
125+
refresh auto
126126
{scope_str}
127127
);
128128
"""

0 commit comments

Comments
 (0)