My requirement is to build a generic job to read different files and load them in separate BigQuery tables. Challenge is tBigQueryBulkExec does not support Dynamic schema.
I can see underline the component use a Google API load to insert rows. API has autodetectschema option. Can that be passed in via Talend component?