When running a batch job, batch_job.py, job_config variable always assumes raw schema from source. No transformation is applied. This means that http 400 is thrown due to chars not allowed when attempting to insert.
Suggested change: always switch on transforms for in the job_config method/property when denormalized mode:
When running a batch job, batch_job.py, job_config variable always assumes raw schema from source. No transformation is applied. This means that http 400 is thrown due to chars not allowed when attempting to insert.
Suggested change: always switch on transforms for in the job_config method/property when denormalized mode: