Hi,
I'm using delta lake with AWS Glue. when i try to run the command --> deltaTable.optimize().executeCompaction()
i get the following error --> AttributeError: 'DeltaTable' object has no attribute 'optimize'
I'm using the jar --> delta-core_2.12-1.0.0.jar
Pls help.