Fix - When we have access to a file in a shared drive but not to the drive itself it breaks the routine to "mount" the drives, as it can't access the root. Ignore those drives by the time being and warn the user.
0.0.10
Fix - Specify PyAthena version to prevent errors from current release
0.0.9
Addition - Allow filtering credentials by username in the url too. Until now we were relying on scheme, hostname, and path.
0.0.8
Fix - Add dataclasses dependency to support python 3.6.
0.0.7
Fix - Remove upper constraint on `boto3` Python dependency.
0.0.6
Fix - Windows based system don not have the HOME environment variable set by default. Fixed by using UserProfile instead.