ephraimbuddy commented on issue #47654: URL: https://github.com/apache/airflow/issues/47654#issuecomment-2717791294
> [@ephraimbuddy](https://github.com/ephraimbuddy) I tested this and I was able to get a new version after a run, however, I was not able to get V3 > > **Steps:** > > 1. Execute a DAG RUN. > 2. change tag name in a DAG. > 3. Check if there is a v2. (this works now) > 4. Make a change in tag again. > 5 Check if there is a v3. (This does not works) Yeah, that is how it should work. Until you make another run, you won't get v3 but updates. We don't want to have versions that are not used so we keep updating the dag version until we have a new run which uses the latest version, then any change will trigger a new version. -- 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]
