ahmedabu98 commented on PR #26889:
URL: https://github.com/apache/beam/pull/26889#issuecomment-1605281435

   Ahh looks like we're running into a validation error: 
   ```
   RuntimeError: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: Input schema is not assignable to output 
schema.
   ```
   This check is done during pipeline construction time, it compares the input 
data schema with the table schema... I think we can bypass this by giving it a 
table that doesn't exist, it will skip the validation check.


-- 
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