Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch inserts fail due to always using original schema #105

Open
heynspaul opened this issue Oct 18, 2024 · 0 comments
Open

Batch inserts fail due to always using original schema #105

heynspaul opened this issue Oct 18, 2024 · 0 comments

Comments

@heynspaul
Copy link

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant