manoj-ia commented on issue #51954: URL: https://github.com/apache/airflow/issues/51954#issuecomment-3018564849
@bbovenzi my usecase is also similar i have a dynamic dag, where one of the initial task sets the configuration and later on one of the configuration i have written a for loop. Since the configuration is a airflow variable it has a dummy value at the start, so when the dag is parsed its parsed with dummy value and V1 version is tagged. After triggering the dag the configuration gets updated and the dynamic tasks are generated in the for loop so the version V2 gets tagged and the DAG either fails or when it retries the the new graph gets rendered based on the dynamic configuration and no status colors are visible -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
