Hello,
I use python extensively to ETL data and write dataframes to our ArcGIS Enterprise MS SQL Server using GeoAccessor method to_featureclass. Given the limitations of table handling for GeoAccessor method to_featureclass mentioned here...
https://community.esri.com/t5/arcgis-api-for-python-ideas/additional-table-handling-for-geoaccessor-method/idi-p/1207381
...what are folks doing to truncate then insert into tables. In other words, rather than dropping a table and creating a new table how does one delete all records (keeping schema/columns) and insert new rows.
Using the to_feature class as-is (dropping tables) constantly runs into locked schema tables, on top of probably not being a best practice.
Please chime in with your work flow...good, bad, or ugly.
Thank you,
Tyler