Would it feel too wrong to put it in commo_urns? [1] [1] https://github.com/apache/beam/blob/8de029a412ab3e87ec92caf29818b51dab4ab02d/sdks/python/apache_beam/portability/common_urns.py
On Wed, Dec 20, 2023 at 4:06 PM Robert Bradshaw via dev <dev@beam.apache.org> wrote: > Technically it's not really part of the model so much as an implementation > detail, but it likely does make sense to put somewhere common. > > On Wed, Dec 20, 2023 at 12:55 PM Joey Tran <joey.t...@schrodinger.com> > wrote: > >> Hey all, >> >> Is there a particular reason we hard code >> "beam:runner:executable_stage:v1" everywhere in the python SDK instead of >> putting it in common_urns? >> >> >>