Skip to content
Discussion options

You must be logged in to vote

well I was running quarto as a subprocess in python script and I needed to pass dataframe object from the py script that was running this subprocess to the quarto. Writing a file csv or yaml to disk was not possible for some reason so I wanted to understand if there is any other way to pass dataframe as parameters to the quarto through cli ?

To clarify, Quarto cannot have access to your environment (only exported environment variables) as any CLI tools running in subprocess.

I tried converting yaml object to string and patched it with --execute-params in the command but that didn't work.

I don't understand what you tried here. --execute-params takes a YAML file. --execute-param takes a

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sunvitD
Comment options

@mcanouil
Comment options

Answer selected by sunvitD
@sunvitD
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants