I've pipeline in project A (pA) which reads from DB2 and try to write in BigQuery of project B (pB), when I try with the validate option into BigQuery sink (before deploy) got this message error:
Failed to configure pipeline: Stage 'BigQuery' encountered:
Unable to get details about the BigQuery table:
Access Denied: Table pA:dataset_1.table_X:
Permission bigquery.tables.get denied on table pA:dataset_1.table_X (or it may not exist).
Table schema was created on pB (target), and secondly both SA of Data Fusion instance and SA with nomenclature [number-prject-compute@developer.gserviceaccount.com] in pA contains follows roles:
What other role do I need in the SA of pA?