https://flyte.org logo
#ask-the-community
Title
# ask-the-community
x

Xin Shi

08/10/2023, 5:08 PM
Hi community, when I am developing the code in a Flyte task, is it OK for me to use some internal variables like
FLYTE_INTERNAL_DOMAIN
. If no, is there a way to understand which domain the task is running within the task? Thanks!
k

Kevin Su

08/10/2023, 5:15 PM
yup. it’s fine to use FLYTE_INTERNAL_DOMAIN in the task.
x

Xin Shi

08/10/2023, 5:46 PM
thanks
2 Views