You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: