Created
January 19, 2022 03:36
-
-
Save kvnkho/934b53ac7cd31646ac874e3a8fe943f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@task | |
def get_results(results): | |
from prefect.backend.artifacts import create_markdown_artifact | |
res = pd.DataFrame(results) | |
create_markdown_artifact(res.to_markdown()) | |
return res |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment