Join Slack
Powered by
Is there any way to programmatically access a mark...
# ask-community
m
Max Kolasinski
11/16/2021, 9:07 PM
Is there any way to programmatically access a markdown artifact? We’re using the Great Expectations integration, and it’d be nice to be able to retrieve the resulting markdown and make it accessible outside of the Prefect UI
z
Zanie
11/16/2021, 9:27 PM
Hey
@Max Kolasinski
— you can use the graphql API
Copy code
query { task_run_artifact { data } }
Zanie
11/16/2021, 9:27 PM
You’ll want to add a
where
clause filtering to the task run id of interest.
m
Max Kolasinski
11/16/2021, 9:28 PM
Nice! Thank you for the direction 🙂
3
Views
Open in Slack
Previous
Next