-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support listing/getting/creating/updating tables/datasets/jobs in other projects #1217
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
Merged
Conversation
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
099178b to
d6576ce
Compare
Contributor
|
LGTM |
| @Override | ||
| public boolean delete(final DatasetId datasetId, DatasetDeleteOption... options) { | ||
| public boolean delete(DatasetId datasetId, DatasetDeleteOption... options) { | ||
| final DatasetId completeDatasetId = datasetId.setProjectId(options().projectId()); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
|
LGTM |
meltsufin
pushed a commit
that referenced
this pull request
Dec 22, 2025
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
chingor13
pushed a commit
that referenced
this pull request
Jan 6, 2026
…ity] (#1217) * deps: update dependency ch.qos.logback:logback-core to v1.2.13 [security] * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13
pushed a commit
that referenced
this pull request
Jan 6, 2026
🤖 I have created a release *beep* *boop* --- ## [0.130.29-alpha](https://togithub.com/googleapis/java-logging-logback/compare/v0.130.28-alpha...v0.130.29-alpha) (2024-01-10) ### Dependencies * Update dependency ch.qos.logback:logback-classic to v1.2.13 [security] ([#1216](https://togithub.com/googleapis/java-logging-logback/issues/1216)) ([024527f](https://togithub.com/googleapis/java-logging-logback/commit/024527f66b72363f7b49c3037fe7e460008632a9)) * Update dependency ch.qos.logback:logback-core to v1.2.13 [security] ([#1217](https://togithub.com/googleapis/java-logging-logback/issues/1217)) ([40bca11](https://togithub.com/googleapis/java-logging-logback/commit/40bca117740abadcd31726a70be13bdeb7d092df)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.21.0 ([#1236](https://togithub.com/googleapis/java-logging-logback/issues/1236)) ([b90ef6c](https://togithub.com/googleapis/java-logging-logback/commit/b90ef6c624cad01bd116cdc2662e98b5a7e9ad47)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the BigQuery API.
cla: yes
This human has signed the Contributor License Agreement.
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.
This fixes #1123
@tswast feel free to have a look and comment whether this meets your expectations.
/cc @lesv