How can i get parameter from PapermillOperator into my notebook (.ipynb file) #28387
Unanswered
marcelo225
asked this question in
General
Replies: 1 comment 2 replies
-
|
I've never used the operator, but looking at the code, parameters are passed to "papermils' parameters and they are just passed as parameters https://github.com/nteract/papermill#executing-a-notebook and you can just "use" them in your notebook as variables. But this is just by looking at the code, so there might be other things in place. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
I've got the following DAG code:
Question: How can I get the id parameter from PapermillOperator into my .ipynb file?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions