I read the document about BigQueryGetDataOperator
and used it. The problem is I didn't know have to pass my select projectID
to this operator. So this returns non exist table.
It default use: project_a.dataset_b.table_c
.
With I would like to change it to: project_d.dataset_b.table_c
.