You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This basicaly falls in under the existing request #112 which would implement basically the same kind of logic where you can define multiple paths for a single validation. There are plans for implementing this but not in the short term at least. Probably for version 2.0 this will be included.
Environment
I am running PyKwalify on my Python file in PyCharm. I am using PyKwalify to validate my yaml file and then run the SQL scripts in Snowflake.
Steps to Reproduce
I want the schema to support multiple data types. My schema object should accept a string as well a list.
Schema
Data
Expected Behavior
The schema should accept both list and string data type. The only string value is 'all'.
Observed Behavior
It throws an error showing that the YAML file doesn't support duplicate keys.
The text was updated successfully, but these errors were encountered: