Hi All, I have an issue, when ingesting data from ...
# advice-data-ingestion
a
Hi All, I have an issue, when ingesting data from Oracle to Snowflake, columns with null values on Oracle are being omitted when it got into Snowflake. for example, if I have a record as:
Name: Jedi
Age: 30
Salary: null
In snowflake I only get
Name: Jedi
Age: 30
The salary field is missing What can I do to ensure all null fields in oracle are in Snowflake correctly as null?
m
This shouldn’t happened @Abiodun Adenle please open a Github issue explaining your Oracle schema and what version are you using