Skip to content
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

Validator is not working with Spark/Hive Datasource #10810

Open
Frigus007 opened this issue Dec 24, 2024 · 0 comments
Open

Validator is not working with Spark/Hive Datasource #10810

Frigus007 opened this issue Dec 24, 2024 · 0 comments

Comments

@Frigus007
Copy link

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


metric_configuration.metric_name: resolved_metrics[metric_configuration.id]
                                      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: ('table.head', 'batch_id=spark-spark_request', '5757c7240d24c63eaec44da82afc2d5e')

Expected behaviour
validator.head(fetch_all=True) should return all data

Environment:

  • Operating System: Linux, MacOS
  • Great Expectations Version: 0.18.2
  • Data Source: Pandas, hive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant