Skip to content

Fix BigQuery README: GCS bucket no longer exists#1981

Open
Chessing234 wants to merge 1 commit intoMIT-LCP:mainfrom
Chessing234:fix/update-bigquery-docs
Open

Fix BigQuery README: GCS bucket no longer exists#1981
Chessing234 wants to merge 1 commit intoMIT-LCP:mainfrom
Chessing234:fix/update-bigquery-docs

Conversation

@Chessing234
Copy link
Copy Markdown

Summary

  • The GCS bucket gs://mimiciii-1.4.physionet.org referenced in the BigQuery setup README has been decommissioned by PhysioNet, causing BucketNotFoundException for users following the guide.
  • Added a prominent notice at the top of Step 1 explaining the bucket is no longer available and directing users to download data from PhysioNet and upload to their own GCS bucket.
  • Replaced all hardcoded gs://mimiciii-1.4.physionet.org references with gs://YOUR_BUCKET placeholder, and added instructions for creating and populating a user-owned bucket.

Fixes #1944

Test plan

  • Verify the updated README renders correctly on GitHub
  • Confirm no remaining references to the old gs://mimiciii-1.4.physionet.org bucket
  • Follow the updated steps to confirm they are clear and actionable

🤖 Generated with Claude Code

… longer exists

The PhysioNet-hosted GCS bucket has been decommissioned. Updated the
documentation to direct users to download MIMIC-III data from PhysioNet
and upload to their own GCS bucket before loading into BigQuery.

Replaced all hardcoded bucket references with a YOUR_BUCKET placeholder.

Fixes MIT-LCP#1944

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

BucketNotFoundException GCP Bucket not found

1 participant