-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking for Databricks ARRAY<STRING> #318
Comments
Can you try this as a workaround:
|
Thank you for your response @jochenchrist. Unfortunately, I am still getting the same type mismatch. I am assuming that adding something here could fix my issue:
|
OK, need to dig deeper in here (
Just to make sure: Are you using the latest version of the CLI tool? |
@jochenchrist I am using version 0.10.7, not the latest one. |
"More simple" data types seem to also have the same issue. For example, the data contract
throws the output:
|
Just to get sure, could you try testing with latest version |
I now tried
inside a notebook and ran the test again with the same outcome. |
I am using Databricks and trying to test fields in my table that include arrays. My contract is as follows:
My table is defined as:
Now using datacontract-cli inside Databricks throws the following output and my contract fails:
How can I actually check those type of fields inside Databricks?
The text was updated successfully, but these errors were encountered: