Final goal: transfer csv file contents from google cloud storage bucket to a table in BigQuery dataset.
problem: data transfer seems to be working, not showing any errors/warnings but the data fails to reach the destination table.
- dataset/table created beforehand
- bkt created and one csv file uploaded
- data transfer created and configured to transfer all files from the above bucket to my destination table.
- transfer is defined On-Demand.
i'm new to bigQuery and GCP but the idea of data transfer seems pretty intuitive to me. i assume i'm missing something here but the flow does not notify me. so i thought it might be permissions (i have bigQuery Admin role among other so..) i thought its a location/region thing but all resources are in EU..
can you help me understand what else am i missing ? attaching some pics that might help.
Bucket Configuration (where my csv resides)
Data Transfer output showing a successful action
Thanks in advance.