-
Notifications
You must be signed in to change notification settings - Fork 38
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
include filter rules #712
include filter rules #712
Conversation
@@ -21,4 +21,4 @@ | |||
tdata.add_filter_rule("*.tgz", type="file") | |||
# bad values rejected (Literal) | |||
tdata.add_filter_rule("*.tgz", type="files") # type: ignore[arg-type] | |||
tdata.add_filter_rule("*.tgz", method="include") # type: ignore[arg-type] | |||
tdata.add_filter_rule("*.tgz", method="unclude") # type: ignore[arg-type] |
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.
Somehow, this change brings me a great deal of joy.
I know it's just picking some other invalid name, but I can't help but imagine a service supporting "unclude", whatever that means. 😂
Transfer support for this was released this morning, I'm looking into the Read the Docs build failure |
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
For https://app.shortcut.com/globus/story/22583/cli-add-support-for-include-filter-rules
Actual code change is just updating a
Literal
, but with a big chunk of doc to explain the new behavior. Opening as a draft as transfer has not yet released.📚 Documentation preview 📚: https://globus-sdk-python--712.org.readthedocs.build/en/712/