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

Add filter_is_error to advanced task event list #467

Merged
merged 1 commit into from Sep 2, 2021

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Sep 2, 2021

A user reported this parameter missing in 3.0b4. It's a casualty of the **params => query_params={...} passthrough change, so this adds it as an explicit parameter.

The param is added as a bool. However, testing covers setting it as an int. This is the usage which was seen in the wild under SDK v2.x which prompted this addition, and checking that it is supported (although not documented and not to be encouraged) is simple enough.

The param is added as a bool. However, testing covers setting it as an
int. This is the usage which was seen in the wild under SDK v2.x which
prompted this addition, and checking that it is supported (although
not documented and not to be encouraged) is simple enough.
Copy link
Contributor

@aaschaer aaschaer left a comment

Choose a reason for hiding this comment

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

Looks good to me

@sirosen sirosen merged commit 09ee5cf into globus:main Sep 2, 2021
@sirosen sirosen deleted the filter-is-error branch May 27, 2022 22:20
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.

None yet

2 participants