You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Fusion is hosted in Project_A, the Inspection template in Project_B. I want to use the default service-account path, but tried setting the Credentials 'Project' field to Project_B doesn't work, and it says the template doesn't exist. I believe there's something happening with the GCP Util fetching the project id returning the host project 'Project_A', and not using the one I provided.
I also can't outright provide the full path to the template as the code templates the path for you:
On Thu, Apr 30, 2020 at 5:54 PM Jon Simpson ***@***.***> wrote:
Data Fusion is hosted in Project_A, the Inspection template in Project_B.
I want to use the default service-account path, but tried setting the
Credentials 'Project' field to Project_B doesn't work, and it says the
template doesn't exist. I believe there's something happening with the GCP
Util fetching the project id returning the host project 'Project_A', and
not using the one I provided.
I also can't outright provide the full path to the template as the code
templates the path for you:
https://github.com/data-integrations/dlp-plugins/blob/bb9aef9253c4e8758edb3159d43da8df8fcf5c27/src/main/java/io/cdap/plugin/dlp/SensitiveRecordRedaction.java#L164
This produces a situation where I'm able to use default templates only, or
would need to redefine my inspection templates in Project_A.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKNPH4I3UC2PC276M4RZCLRPIMVXANCNFSM4MWYMKTQ>
.
Data Fusion is hosted in Project_A, the Inspection template in Project_B. I want to use the default service-account path, but tried setting the Credentials 'Project' field to Project_B doesn't work, and it says the template doesn't exist. I believe there's something happening with the GCP Util fetching the project id returning the host project 'Project_A', and not using the one I provided.
I also can't outright provide the full path to the template as the code templates the path for you:
dlp-plugins/src/main/java/io/cdap/plugin/dlp/SensitiveRecordRedaction.java
Line 164 in bb9aef9
This produces a situation where I'm able to use default templates only, or would need to redefine my inspection templates in Project_A.
The text was updated successfully, but these errors were encountered: