To display the copy status using the "dd" utility, the "status = progress" key is used, but in the old version of "dd" this key is not yet available, so you can use the "pv" utility to see progress
Example:
sudo dd if=/Users/artem/Downloads/ubuntu.img | pv | sudo dd of=/dev/disk2 bs=32m