Replies: 1 comment
|
hey @aayostem , thanks for the question. The profiler that shipped with GX 0.18 had numerous issues, so we removed it in the 1.0 release. As of yet, there isn't a replacement in GX 1.0+, but I'm happy to share that it's on the roadmap. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're encountering
MemoryErrorwhen runninggreat_expectations suite newwith the automated profiler on large datasets (5M+ rows, 50+ columns). The process gets killed when memory usage exceeds 16GB:Our environment:
great_expectations suite newWhat we've tried:
sample_sizeparameter in profiler configError patterns:
How can we profile large datasets with Great Expectations without running into memory issues?
All reactions