With this change, we allow migrating from a source even if it doesn't have any migratable database, and that's possible by setting --allow-source-without-dbs flag, which causes the migration process to show a warning message instead of raising an exception.
With this change, we allow migrating from a source even if it doesn't have any migratable database, and that's possible by setting
--allow-source-without-dbs
flag, which causes the migration process to show a warning message instead of raising an exception.