I want to add a word to the start of an Enterprise Geodatabase Feature Class using Python.
I have around 2000 feature classes which I need to append a word such as 'County' to the start.
so at the moment, I have
<GDB>.DBO.Ambulance_Bay
what I want is
<GDB>.DBO.County_Ambulance_Bay.
I have ArcGIS PRO 2.9 and would like to run this in the python window within ArcPRO.
Any help will be greatly appreciated, as this will save time than manually renaming each file.