Skip to content

Commit b1e38a6

Browse files
committed
fix: readwrite not readonly
1 parent fada907 commit b1e38a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_metadata_viz/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from aind_metadata_viz.utils import METASTATE_MAP, hd_style
2121

2222
DEV_OR_PROD = "prod"
23-
REDSHIFT_SECRETS = f"/aind/{DEV_OR_PROD}/redshift/credentials/readonly"
23+
REDSHIFT_SECRETS = f"/aind/{DEV_OR_PROD}/redshift/credentials/readwrite"
2424
RDS_TABLE_NAME = f"metadata_status_{DEV_OR_PROD}_v2"
2525

2626
CHUNK_SIZE = 1000

0 commit comments

Comments
 (0)