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

refactor: Remove hardcoded spans dataset references #6655

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colin-sentry
Copy link
Member

Preparing for when we add other datatypes to EAP, we have to remove hardcoded references to the spans table and its structure

}


def attribute_key_to_expression(attr_key: AttributeKey) -> Expression:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the big problem with the current approach, the mapping of RPC keys to snuba expressions is different per-dataset, and we stuff it into this global function here.

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

Successfully merging this pull request may close these issues.

1 participant