I can’t find any relevant resources on how to do this from Great Expectations version 0.18.12. Has anyone done this already or can suggest documentation:
I was looking to implement something along the lines of:
The Expectation Suites are stored as YAML in the GX project files and you can edit those directly.
Beyond that, I’m not aware that this feature would exist.
I run one by one the expectations I wanted in order to check a table’s columns and saved them in a json file so as to reuse it for checking another table. I am trying to find a way in order to do this. I imported the json file and I assume I have to pass it as an argument in the new suite I use:
All the above are run in Databricks environment.
I have investigated for days without finding relative material, the manual did not help! Could you please advise on this the soonest possible?
Thank you!