I have the below sql command where i am doing a dry run with vacuum. ā%sql
VACUUM <table_name> RETAIN 500 HOURS DRY RUN;wanted to check if there is a way to achieve this in python api?āIā tried the below. But, not sure if there is a parameter that we...