We are working with snowflake data base and we want to identify the record uniquely, wwe are getting the unexpected value in json file, but there is no way to identify the record uniquely.
Can you please help in this
We are working with snowflake data base and we want to identify the record uniquely, wwe are getting the unexpected value in json file, but there is no way to identify the record uniquely.
Can you please help in this
@Garima93 partial_unexpected_index_list is supported only for Pandas, since DataFrames have an index. It is not supported for SQL databases. How would you suggest to identify records that did not meet expectations in a table?