You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Perhaps rather than having users add this to their flow:
# This can be skipped if you are already setting the env variable externally
token_block = Secret.load('noteable-token')
os.environ['NOTEABLE_TOKEN'] = token_block.get()
# Use this domain block if using a custom domain name for your Noteable deployment
#domain_block = Secret.load('noteable-domain')
#os.environ['NOTEABLE_DOMAIN'] = token_block.get()
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Was taking a look at https://docs.noteable.io/product-docs/work-with-notebooks/scheduling-and-orchestration/prefect.
Perhaps rather than having users add this to their flow:
I imagine a
NoteableCredentials
blockThen an execute_notebook task:
The text was updated successfully, but these errors were encountered: