- 🇺🇸United States japerry KVUO
Not going to fix for this version of Acquia DAM as I think almost everyone has migrated already.
When we run `drush acquiadam:update CSV_file_path` command to import the CSV file, which will update the old asset reference (asset ID). We cant see any status or progress bar during the process. But if we use the configuration form (/admin/config/media/acquiadam/update-assets) provided by the module, thats using batch process and user is able to see the progress. So if any site contains large number of assets, Site admin will not able to understand how much assets have been updated and how much are left if using drush command.
Run `drush acquiadam:update $CSV_file_path` command and pass the CSV file path as an argument($CSV_file_path) in the command. You will not be able to see any progress how much assets is updated and how much are left of the running process.
Please implement batch process in the drush command or something similar to the batch process, so user will able to understand the current status of the progress.
Do the necessary changes and create a patch.
Closed: won't fix
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Not going to fix for this version of Acquia DAM as I think almost everyone has migrated already.