→
- Is this your first time deploying Airbyte?: No
- OS Version / Instance: Windows
- Memory / Disk: 16gb/30gb
- Deployment: Docker Desktop
- Airbyte Version: 0.35?
- Source name/version: Oracle
- Destination name/version: Snowflake
- Step: Json schema validation failed
- Description: Remove this with the description of your problem.
I’m performing an integration between Oracle (source) and Snowflake (target).
All settings were successfully made.
The airbyte even creates the raw tables, however, when starting the normalization process, the following error appears:
2022-07-31 20:40:24 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $.access_token: is missing but it is required, $.refresh_token: is missing but it is required
I use username and password to connect to Snowflake.
I analyzed the entire log and the only thing I find error is the one above.
logs-64.txt (2.8 MB)
Attached is the complete log.
Thanks or help!