-
Notifications
You must be signed in to change notification settings - Fork 6
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
Change move bucket #87
Conversation
Ok this is unfortunately not working right now, and I am a bit confused as to why. To narrow down the issue I tried 3 different ways to 'copy' a test store from leap-scratch to the public GCS bucket on the LEAP-Pangeo hub 1 - Try beam.io copy with leap default auth
This fails as expected (the default auth should not have access to the pub bucket)
2 Try beam.io copy with new service account auth
this ALSO fails (and I guess is a reproducer for what happens in the beam pipeline)
But I think this is actually an exact reproducer of the failure I am seeing in the dataflow jobs example but here comes the weird part: 3 - Try with fsspec and new service account auth
THIS WORKS! So from this I conclude:
|
For now I am trying to use gcsfs instead of beam.io |
This worked. I will modify this a bit further to limit the number of iids and test out the 'full move' to the public bucket. |
No description provided.