Hi @Retired_mod ,
The point is that in the aim of our project, we need the timestamp attribute to be as they are from the source system. So basically our aim would be to have the attribute without the timezone conversion.
I did the below tests so far:
1. during ingestion using the "cloudFiles.schemaHints" which cast all timestamp to STRING
2. cast the string to the TIMESTAMP_NTZ. But since i have some attributes containing only the time, not the date included when casting it gives null.
Is there any possible option that we can disable the automatic conversion when the schema is inferred?