<#408 Support envs when creating execution> Pull r...
# flyte-github
a
#408 Support envs when creating execution Pull request opened by honnix TL;DR Support envs when creating execution. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☑︎ Code documentation added ☐ Any pending items have an associated Issue Complete description As described by flyteorg/flyte#3746,
flytectl
currently does not support passing envs to flyteadmin when creating executions. This PR adds the support by utilizing execution spec file. Note that this works differently than
pyflyte
, which is on one hand not ideal, but OTOH given the existence of execution spec file in
flytectl
, using the file instead of a plain json string is less error prone and more traceable. Tracking Issue Closes flyteorg/flyte#3746 Follow-up issue NA flyteorg/flytectl GitHub Actions: Goreleaser GitHub Actions: Generate documentation GitHub Actions: Bump Version 7 other checks have passed 7/10 successful checks