-
Notifications
You must be signed in to change notification settings - Fork 68
initial addition to include filters for export_labels #409
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
Conversation
This is failing on the following error:
on this test: This is causing other PR's to fail and also when I run locally. Unsure for RCA for why this keeps failing here... |
quote = "\"" if value_with_quotes else "" | ||
return ",".join([ | ||
f"""{c}: {quote}{dictionary.get(c)}{quote}""" | ||
for c in dictionary | ||
if dictionary.get(c) | ||
]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM can you just make a ticket to add tests for this later? I think it is kind of a pain to test and we just want to ship for now.
Initial phase is done, but there looks to be an issue with the filters themselves. Speaking with Utkarsh more on this before requesting a review