Skip to content

Commit 7cfb04a

Browse files
committed
fix: don't cache data table
1 parent 3c0d1a0 commit 7cfb04a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aind_metadata_viz/upgrade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def get_redshift_table():
7979
return df
8080

8181

82-
@pn.cache()
8382
def get_data():
8483
print("Loading extra columns from DocDB...")
8584
extra_col_df = get_extra_col_df()

0 commit comments

Comments
 (0)