Unable to run expectation with checkpoint

I created expectation using Jupyter notebook and ran it and it worked fine.
But when I try to run it while creating a checkpoint, it gives me psycopg2 error.

716 def do_execute(self, cursor, statement, parameters, context=None):
→ 717 cursor.execute(statement, parameters)
718

FeatureNotSupported: Column “transaction” has unsupported type “xid”.

The above exception was the direct cause of the following exception:

NotSupportedError Traceback (most recent call last)
~\AppData\Local\Temp\1/ipykernel_10968/2205022839.py in
----> 1 context.run_checkpoint(checkpoint_name=my_checkpoint_name)
2 context.open_data_docs()