shahar1 commented on issue #35957:
URL: https://github.com/apache/beam/issues/35957#issuecomment-3223933166
> Yes it was running fine before Apache Beam version 2.66. And i am running
a query in this task which contains join of two table one from the project
where dataflow job is running and one from other. I am getting below error
which shows doesn't have permission to query table:
>
> ```
> "errors": [
> {
> "message": "Access Denied: Table <_Other Project Table_>: User
does not have permission to query table <_Other Project Table_>, or perhaps it
does not exist.",
> "domain": "global",
> "reason": "accessDenied"
> }
> ],
> "status": "PERMISSION_DENIED"
> }
> }
> > [while running
'read.deleted.profiles.from-gbq/Read/SDFBoundedSourceReader/ParDo(SDFBoundedSourceDoFn)/SplitWithSizing-ptransform-38']
> ```
Thanks, could you please share a full stacktrace within the apache beam
source code? It will make it easier to correlate with specific changes.
--
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]