shunping commented on PR #31986: URL: https://github.com/apache/beam/pull/31986#issuecomment-2251204123
Looks like there are some presubmit error caused by the code change. ``` apitools.base.protorpclite.messages.ValidationError: Expected type <class 'str'> for field location, found <Mock name='mock.tables.Get().location' id='133722614311760'> (type <class 'mock.mock.Mock'>) ``` I think we need to mock `location` when creating the mocked object of `bq_client`. -- 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]
