Jacopo Tagliabue
03/19/2021, 10:11 AMfrom prefect import task, Flow, Parameter
from prefect.tasks.great_expectations import RunGreatExpectationsValidation
# Define checkpoint task
validation_task = RunGreatExpectationsValidation()
with Flow("ge_test") as flow:
validation_task(checkpoint_name='gitter_checkpoint')
flow.run()
nicholas
artifacts.create_markdown
function to generate the UI artifactJacopo Tagliabue
03/19/2021, 2:50 PMdebug mode
Jacopo Tagliabue
03/19/2021, 2:51 PMbatches
by string indexingnicholas
Jacopo Tagliabue
03/19/2021, 3:02 PMartifact
= HTML viz? No, but would be lovely to have it in the cloud (I mean, I created it, but locally, NOT in prefect cloud)