hi everyone, is there an easy way to create an art...
# prefect-ui
n
hi everyone, is there an easy way to create an artifact after running run_checkpoint_validation() from prefect_great_expectations? thanks a lot
n
hi @Niccolò Randazzini - you can create an artifact from anywhere, at any time! you could simply call
create_markdown_artifact
immediately after running
run_checkpoint_validation
n
thanks for the reply but this is not working. if I run:
Copy code
r = run_checkpoint_validation(checkpoint_name='my_quickstart_checkpoint')

create_markdown_artifact(r.run_results)
I get an error: TypeError: Dict key must a type serializable with OPT_NON_STR_KEYS
What am I doing wrong? tahnks