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
Validator is not working with Spark/Hive Datasource
To Reproduce
Try to connect to any hive/spark fluent query data source and try to fetch data using valication batch = validator.head(fetch_all=True)
this will lead to an error
Validator is not working with Spark/Hive Datasource
To Reproduce
Try to connect to any hive/spark fluent query data source and try to fetch data using valication
batch = validator.head(fetch_all=True)
this will lead to an error
Expected behaviour
validator.head(fetch_all=True) should return all data
Environment:
The text was updated successfully, but these errors were encountered: