Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digital Ocean list_libraries() and .list_symbols() empty #1910

Open
tomnewg opened this issue Oct 11, 2024 · 2 comments
Open

Digital Ocean list_libraries() and .list_symbols() empty #1910

tomnewg opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tomnewg
Copy link

tomnewg commented Oct 11, 2024

Describe the bug

Hi adb community,

I am currently testing arcticDB and connected it with the Digital Ocean Spaces.
I managed to connect, to create library and to read and write data.
I can also see the libraries and dataframes in Digital Ocean but when I want to get a list with libraries and dataframes they are empty:
ac.list_libraries()
and
lib.list_symbols()

Any idea why that is? could it be a bug?

Cheers

Tom

Steps/Code to Reproduce

ac = adb.Arctic('s3s://spaces_name.sgp1.digitaloceanspaces.com:bucket_name?access=access_key&secret=secret_key')

ac.create_library("library1")

lib = ac['library1'] #-> works

ac.list_libraries()

Expected Results

list with libraries and dataframes
['library1']

OS, Python Version and ArcticDB Version

Python: 3.8.17 (default, Jul 5 2023, 20:44:21) [MSC v.1916 64 bit (AMD64)]
OS: Windows-10-10.0.19045-SP0
ArcticDB: 1.4.1

Backend storage used

Digital Ocean

Additional Context

No response

@tomnewg tomnewg added the bug Something isn't working label Oct 11, 2024
@poodlewars
Copy link
Collaborator

Hi @tomnewg - we'll have a look. Any reason why you're using such an old ArcticDB build?

@poodlewars poodlewars self-assigned this Oct 14, 2024
@tomnewg
Copy link
Author

tomnewg commented Oct 17, 2024

I was using an env that was also running the old Arctic
I tired also with a different env but same issue.
Python: 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]
OS: Windows-10-10.0.19045-SP0
ArcticDB: 4.5.0

Could there be an issue that there are Spaces and Buckets in Digital Ocean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants