Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch environment variables from a Notebook's environment #3221

Open
ckavili opened this issue Mar 20, 2024 · 0 comments
Open

Fetch environment variables from a Notebook's environment #3221

ckavili opened this issue Mar 20, 2024 · 0 comments
Labels
kind:enhancement New feature or request

Comments

@ckavili
Copy link

ckavili commented Mar 20, 2024

Hey all! I am using Jupyter Notebook in a containerized environment where I can mount secrets as environment variables and use the exposed key/values in my notebook. When I want to run the same code as a pipeline, I need to define the same environment variables from Elyra configuration again. I totally understand that the pipeline I create has a life of its own once I submit it. It becomes another Kubernetes object (Argo Workflow or Tekton takes it and runs)..which makes sense, cause then I can run my pipelines without having to run my Notebook. But I was wondering if there is a way to utilize the same environment variables without having to define them in Elyra config again, like fetching the Notebook's variables..or does it make sense to have such feature ☺️

@ckavili ckavili added the kind:enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant