I regularly get
MetadataChangedException: [DELTA_METADATA_CHANGED] MetadataChangedException: The metadata of the Delta table has been changed by a concurrent update. Please try the operation again.
What is the recommended way to import this specific type of exception and handle it properly within a try-except clause?