We have data that gets extracted from other sources and a filegeodatabase is created nightly. We need to load this data into ArcSDE. Right now the only way to do this by python script is to use the append, which takes days. The simple data loader available in ArcCatalog is nice, but it's a manual process.
Is there any way to make this step something we can add to a python script?