Dr. Simon Harrer
Dr. Simon Harrer
I just want to point out that the following ``` type: description: The type of alert that has fired. type: string required: true enum: '#/definitions/type_enum' ``` will not work with...
import implemented in #746 by converting the import logic from Data Mesh Manager written in Kotlin to python. @cornzyblack feel free to have a look.
To emphasize on this: the idea is that one can do a roundtrip export/import and it will restore the same YAML file as before.
I like it. Can you make the test jsons a little smaller? And make sure the test jsons and their imported contracts have the same file prefix.
thanks for the contribution!
The logic for importing from a physical type is as follows without sqlglot ``` server_type = "databricks" logical_type = find_logical_type(server_type, physical_type) def find_logical_type(server_type, physical_type): if server_type == "databricks": if physical_type...
required set to false currently has a different meaning, namely, that the values in the field might be absent, not that the column is not available. Currently, there is no...