Hello Dagster Expert! I want to ask a question. Le...
# ask-community
w
Hello Dagster Expert! I want to ask a question. Let’s assume we have two jobs (one depend on another). The first job will create kubernetes pod through K8s client. The pod name will be dynamic as we attache current timestamp as a suffix. The interesting part is that the second job, which will be triggered after the first job successfully created the pod, needs that exact pod name to monitor it’s status. Could you provide any guidance how this will be done in Dagster effectively??