Uh oh!
There was an error while loading. Please reload this page.
Get blob download_url if not already available - #1556
Closed
jlowin wants to merge 1 commit into
Closed
Conversation
jgeewax
commented
Mar 2, 2016
Contributor
Thanks for the patch! I think we may want to try doing something slightly different, maybe factoring out the request pieces into I'll let @dhermes chime in here though. |
jlowin
commented
Mar 2, 2016
Author
Sure, definitely leave it to you guys -- just wanted to highlight the problem area! |
jgeewax
commented
Mar 2, 2016
Contributor
Totally -- thanks so much for the PR! :) |
tseaver
commented
Mar 2, 2016
Contributor
Thanks for the patch! #1559 has a slightly cleaner implementation, and adds coverage for the error case. |
atulep pushed a commit
that referenced
this pull request
Apr 6, 2023
atulep pushed a commit
that referenced
this pull request
Apr 6, 2023
atulep pushed a commit
that referenced
this pull request
Apr 18, 2023
parthea pushed a commit
that referenced
this pull request
Oct 22, 2023
parthea added a commit
that referenced
this pull request
Nov 24, 2025
* chore(deps): update all dependencies * revert Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea added a commit
that referenced
this pull request
Mar 2, 2026
This PR resolves the following issue when running `librarian generate`. Librarian now prevents generated files from clobbering existing files. All generated files must match `remove_regex` otherwise we will see errotr like `file existed in destination` ``` time=2025-11-06T20:18:57.185Z level=INFO msg="=== Docker end =================================================================" time=2025-11-06T20:18:57.185Z level=INFO msg="cleaning directories" "source roots"=[.] time=2025-11-06T20:18:57.200Z level=INFO msg="copying library files" id=google-cloud-pubsub destination=/usr/local/google/home/partheniou/git/python-pubsub source=/tmp/librarian-2318048050/output/google-cloud-pubsub time=2025-11-06T20:18:57.201Z level=ERROR msg="failed to generate library" id=google-cloud-pubsub err="file existed in destination: /usr/local/google/home/partheniou/git/python-pubsub/.coveragerc" time=2025-11-06T20:18:57.201Z level=INFO msg="generation statistics" all=1 successes=0 skipped=0 failures=1 time=2025-11-06T20:18:57.201Z level=ERROR msg="librarian command failed" err="all 1 libraries failed to generate (skipped: 0)" ``` Command used ``` librarian generate --generate-unchanged ```
parthea pushed a commit
that referenced
this pull request
Mar 6, 2026
parthea pushed a commit
that referenced
this pull request
Apr 1, 2026
…pby.rolling()` (#1556) * feat: add parameter in dataframe/groupby.rolling() * fix test * add docs * update doc * update docs * remove on param from windowspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes#1555
If
media_linkisn’t available (meaning this blob is just a placeholder object), query the API for thedownload_url. Otherwise, the download will fail becauseself.media_linkisNone.