We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of shell task, i should be able to access secrets supplied to my task. This is also true for other context vars like execution_id
t = ShellTask( name="test", script=""" export EXEC_ID={ctx.execution_id} export SEC={ctx.secrets.group.key} cat {inputs.f} echo "Hello World {inputs.y} on {inputs.j}" """, inputs=kwtypes(f=CSVFile, y=FlyteDirectory, j=datetime.datetime), )
NA
No response
The text was updated successfully, but these errors were encountered:
ctx
kumare3
No branches or pull requests
Motivation: Why do you think this is important?
As a user of shell task, i should be able to access secrets supplied to my task. This is also true for other context vars like execution_id
Goal: What should the final outcome look like, ideally?
Describe alternatives you've considered
NA
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: