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

[Bug/Deprecation] explore.py is broken - might need to either be refactored or deprecated in favor of other methods to explore configs #851

Open
pkundurthy opened this issue Oct 1, 2024 · 0 comments

Comments

@pkundurthy
Copy link
Collaborator

We do not see much utility for explore.py as a way to manage and explore meta data related to Chronon configs.
Internally at airbnb, we are logging and displaying metadata via a process which loads data into a metastore, and a UI which queries and displays config details.

In addition, we see that explore.py is often broken when trying to do company-wide searches due various custom config settings:

MacBook-Pro]$ explore.py pricing                                         
Traceback (most recent call last):
  File "/Users/garima_agarwal2/.pyenv/versions/3.10.13/bin/explore.py", line 377, in <module>
    enrich_with_joins(gb_index, join_index, root=root, teams=teams)
  File "/Users/garima_agarwal2/.pyenv/versions/3.10.13/bin/explore.py", line 272, in enrich_with_joins
    gb_index[entry["name"][0]] = entry
TypeError: 'NoneType' object is not subscriptable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant