Jinhan Choi

Results 1 issues of Jinhan Choi

I have a 500 server error when I access the table list using the `materialize.get_tables()` function. ```python url = "https://global.brain-wire-test.org/" datastack = "h01_c3_flat" client = CAVEclient(datastack_name=datastack, server_address=url) client.materialize.get_tables() ``` ```...