Re: Slack Invite

2018-04-26 Thread Lukasz Cwik
The link has been fixed, please use https://s.apache.org/slack-invite to generate yourself an invite. On Thu, Apr 26, 2018 at 1:42 PM Filip Popić wrote: > me also > > On Thu, Apr 26, 2018, 09:23 Ismaël Mejía wrote: > >> Done, welcome! >> >> On Tue, Apr

saving image object on GCS from DoFn

2018-04-26 Thread OrielResearch Eila Arich-Landkof
Hello all, I am running the following simplified code from DoFn (ParDo) from PIL import Image img = Image.fromarray(array)img.save('testrgb.png') img.save() with gs:// drive does not work. What would be the recommended way to save the img object on google drive as .png file any advice is