How to add more columns to store validation results in database

hello, I configured the postgres database as DatabaseStoreBackend validation store in great_expectations.yml file… however I would like to add more columns to the gx provided ge_validations_store table, is there a way I can do it ? if there is a workaround with greatExpectationsOperator I’m fine with that too.

Hey @Qwerty! Thanks for reaching out.

GX doesn’t provide any built-in functionality to customize columns created for this table – however, there shouldn’t be anything preventing you from interacting with this table as normal within your DB, including writing new columns.