Add support to allow snapshotting ARRAY, MAP and STRUCT datatypes .
Liquibase core does not know how to handle values between <> in the data type, so we would need to create infinite type options as you can have an array of struct with maps and arrays and etc.
To implement it we just ignore our datatypes and pass forward the type provided by Databricks.
Add support to allow snapshotting ARRAY, MAP and STRUCT datatypes . Liquibase core does not know how to handle values between <> in the data type, so we would need to create infinite type options as you can have an array of struct with maps and arrays and etc. To implement it we just ignore our datatypes and pass forward the type provided by Databricks.