I am trying to append features from one feature class to anther, The source has other table dependancies which I dont want to copy how ever when using
arcpy.management.Append(source_feature_class, target_feature_class, "NO_TEST")
it copies the features and created all dependencies tables
How to avoid copying any dependencies tables?