Updated
- Method function in TableMeta `refresh_paritions` renamed to `refresh_partitions`.
- `refresh_partitions` function now wait for athena to complete the query. This should avoid errors where you hit limits of concurrent Athena queries (max 4) when using `refresh_all_table_partitions` (from DatabaseMeta class).