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

[python] Make tiledbsoma.io._create_or_open_coll compatible with 1.2.7 #1592

Merged
merged 3 commits into from
Aug 14, 2023

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Aug 14, 2023

Relates to #1474 and #1548.

@johnkerl johnkerl merged commit 4e9da61 into main Aug 14, 2023
6 checks passed
@johnkerl johnkerl deleted the kerl/create-or-open-collection branch August 14, 2023 21:14
@johnkerl
Copy link
Member Author

Validated interactively.

@github-actions
Copy link

The backport to release-1.4 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.4 release-1.4
# Navigate to the new working tree
cd .worktrees/backport-release-1.4
# Create a new branch
git switch --create backport-1592-to-release-1.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 4e9da6125c41402dd25b396f3391efee765e0ddb
# Push it to GitHub
git push --set-upstream origin backport-1592-to-release-1.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.4

Then, create a pull request where the base branch is release-1.4 and the compare/head branch is backport-1592-to-release-1.4.

@johnkerl
Copy link
Member Author

[sc-33078]

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #33078: Backward compatibility for notebook workaround.

beroy pushed a commit that referenced this pull request Aug 23, 2023
…2.7 (#1592)

* [python] Append-mode I/O step [WIP]

* unit-test logic

* temp
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