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-30891: Pipeline improvements to support drp_pipe creation #213

Closed
wants to merge 0 commits into from

Conversation

TallJimbo
Copy link
Member

@TallJimbo TallJimbo commented Nov 30, 2021

This is building towards support for writing a pipeline in "expanded form": a directory (or maybe a tarball) containing a single YAML file and completely-resolved configuration files for all tasks.

So far it's just support for putting relative paths in pipelines and various small cleanups.

Checklist

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

RuntimeError
Raised if ``path`` is relative but ``directory`` is `None`.
"""
uri = ButlerURI(os.path.expandvars(path), forceAbsolute=False)
Copy link
Member

Choose a reason for hiding this comment

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

expandvars does now happen inside ButleRURI for schemeless URIs so this is no longer needed (when the butler Config code was written that wasn't true).

@TallJimbo TallJimbo force-pushed the tickets/DM-30891 branch 2 times, most recently from 45e7e24 to d18110f Compare December 2, 2021 19:56
@TallJimbo TallJimbo force-pushed the tickets/DM-30891 branch 3 times, most recently from 9236f41 to 2d13499 Compare December 21, 2021 01:57
@TallJimbo TallJimbo closed this Dec 22, 2021
@TallJimbo
Copy link
Member Author

I've moved all changes originally on this PR to DM-33027 (#221) and DM-33034 (#222) for parallel review, and reset the branch to main to keep Jenkins from picking up an old version when testing other packages. I'll delete the branch when the ticket is complete.

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.

2 participants