chamikaramj commented on issue #25225:
URL: https://github.com/apache/beam/issues/25225#issuecomment-1437693540

   I think in general, for source/sink I/O we assume read/write resources to 
not be deleted by third parties. Trying to add this as a feature to Beam I/O in 
general will probably will need a lot of re-work (even though we might might be 
able to fix for this instance).
   
   Also, CREATE_IF_NEEDED I think (as it's defined to Beam I/O right now) means 
that tables will be created once per pipeline (not that tables will be 
re-created if they are deleted at any state of the pipeline.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to