Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
g
Greg Linklater
10/12/2023, 7:47 PM
Question: is it possible to use a
Secret
inside of
spark_conf
of a Spark task?
k
Kevin Su
10/13/2023, 6:26 AM
you can use it inside task, don’t need to use it inside spark config.
https://docs.flyte.org/projects/cookbook/en/v0.3.66/auto/core/containerization/use_secrets.html
g
Greg Linklater
10/13/2023, 8:47 AM
@Kevin Su
Don’t the Spark config variables need to be set before the session is created? I.e. before I would be able to access the task context
Post