Our current method of running the dumps v1 DAGs always creates sync tasks for every wiki.
However, in the case of private wikis, there is no /mnt/dumpsdata/xmldatadumps/${wiki} directory, so the sync tasks fail.
We should determine how to handle this. Options include:
- Skipping the sync_batch_* tasks for private wikis
- Allowing the sync_batch_* tasks to fail gracefully if the directory does not exist
