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

DM-31520: Allow butler collection-chain to have comma-separated children #564

Merged
merged 1 commit into from Aug 27, 2021

Conversation

timj
Copy link
Member

@timj timj commented Aug 26, 2021

This simplifies the movement of options for pipetask which do
include commas.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Copy link
Contributor

@MichelleGower MichelleGower left a comment

Choose a reason for hiding this comment

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

Changes look good (just a comment about the help string). Ran pipelines_check demo and checked results of query-collections and the chain includes the individual input collections.

@@ -529,7 +529,11 @@ def collection_chain(**kwargs):
CHILDREN are the collections to be used to modify the chain. The exact
usage depends on the MODE option. When the MODE is 'pop' the CHILDREN
should be integer indices indicating collections to be removed from
the current chain.
the current chain. The supplied values will be split on comma. For example,
Copy link
Contributor

Choose a reason for hiding this comment

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

Recommend moving the new text prior to the statement about modes (or put in new "paragraph") so it's not confused as a continuation of the pop information.

This simplifies the movement of options for pipetask which do
include commas.
@timj timj merged commit d7b1eed into master Aug 27, 2021
@timj timj deleted the tickets/DM-31520 branch August 27, 2021 18:27
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