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-38409: Remove support for int dataset IDs in Butler.transfer_from #807

Merged
merged 2 commits into from
Mar 23, 2023

Commits on Mar 22, 2023

  1. Remove support for int dataset IDs in Butler.transfer_from

    This significantly cleans up the code since there is no longer
    a need to collect the source and target refs separately and
    make Datastore.transfer_from have to keep track of them.
    With UUIDs the source ref and the target ref are the same.
    timj committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4ad8386 View commit details
    Browse the repository at this point in the history
  2. Add news fragment

    timj committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fb546f7 View commit details
    Browse the repository at this point in the history