y1chi commented on a change in pull request #16142:
URL: https://github.com/apache/beam/pull/16142#discussion_r764395717



##########
File path: sdks/python/apache_beam/ml/gcp/cloud_dlp.py
##########
@@ -213,7 +213,7 @@ def setup(self):
       self.client = dlp_v2.DlpServiceClient()
     self.params = {
         'timeout': self.timeout,
-        "parent": self.client.project_path(self.project)
+        "parent": self.client.common_project_path(self.project)

Review comment:
       that seems to be the case, I couldn't find from which version the 
project_path starts missing though.




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