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

decode_metadata not exported from python package #41

Closed
Afitzy98 opened this issue Nov 13, 2023 · 1 comment
Closed

decode_metadata not exported from python package #41

Afitzy98 opened this issue Nov 13, 2023 · 1 comment

Comments

@Afitzy98
Copy link

Expected Behaviour

Successfully import decode_metadata from the databento_dbn package

Actual Behaviour

I cannot import the decode_metadata method from the databento_dbn package and use it to decode the data I have just downloaded. I was able to download the package without any issues. Looking at the contents of the library and the python file for the decoder it looks like it is not exported from the library as suggested in the example.

Steps to Reproduce the Problem

  1. Open jupyter notebook
  2. !pip install databento_dbn
  3. from databento_dbn import decode_metadata

Specifications

  • OS Platform: Mac
  • Databento Version: Latest?
Screenshot 2023-11-13 at 21 15 02 Screenshot 2023-11-13 at 21 18 25
@threecgreen
Copy link
Collaborator

Thanks for the bug report! The databento_dbn package is managed in a separate repo and the stale example code will be removed in the next release.

For future reference, docs.databento.com is a more comprehensive and up-to-date source for documentation on the Python client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants