Feature Request P2
Status Update
Comments
md...@google.com <md...@google.com> #2
The most important part is that this metadata should be visible from task list log (ee.data.listOperations) so I could use it for my purposes
pi...@gmail.com <pi...@gmail.com> #3
Thanks for the suggestion. If the string size limit was relaxed for the description
field would that work for you purpose?
pi...@gmail.com <pi...@gmail.com> #4
That's sounds like a great start!
We will need around 300 characters for saving our metadata on the description field:
- full file path in gcp: The destination file path in the gpc appears partially only on success flows, so we need to add it explicitly to the description.
- our own metadata
We will need around 300 characters for saving our metadata on the description field:
- full file path in gcp: The destination file path in the gpc appears partially only on success flows, so we need to add it explicitly to the description.
- our own metadata
Description
Prior to the release earthengine-api==1.5.0 (13 hours ago when I write down this message) it was still possible to Initialize GEE without specifying the project when using a service account private key as the project itself was specified in the json.
All LDC infrastructure is built on top of service account as it's the only way we can correctly manage the costs. Thus the internal package we made reaches an Azure keyvault to get a API json key and then runs the following code (at the end of my message).
The latest change to the API is making all our GEE based infrastructure (notebooks, pipeline, examples dash aplications) fail with the following message:
So it's seems that now without any warning in a simple feature push (1.4.x -> 1.5.0) you dropped one of the existing initialization schema. Did I missed the warning message that were send for the last 5 to 10 releases ? if yes can you point me to them ? Did I miss a communication about this method to be dropped soon, if yes can you point me to it?
If the answer to the 2 previous question is no, I would appreciate you make it possible for LDC to connect again to earthengine by reverting your latest change.