Skip to content

Commit

Permalink
feat: [great_expectations] supporting in-memory (Pandas) Data Assets …
Browse files Browse the repository at this point in the history
…ref #9810
  • Loading branch information
Achraf BOUAOUDA committed Mar 18, 2024
1 parent d81a679 commit 620234d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
from great_expectations.checkpoint.actions import ValidationAction
from great_expectations.core.batch import Batch
from great_expectations.core.batch_spec import (
RuntimeDataBatchSpec,
RuntimeQueryBatchSpec,
SqlAlchemyDatasourceBatchSpec,
SqlAlchemyDatasourceBatchSpec
)
from great_expectations.core.expectation_validation_result import (
ExpectationSuiteValidationResult,
Expand Down

0 comments on commit 620234d

Please sign in to comment.