Snowpark Migration Accelerator: How do I make sure that .config is a folder instead of a file?¶
This problem only affects macOS systems.

SMA requires read, write, and execute permissions for the configuration folder (.config on macOS). This folder stores temporary files, log files, and license information.
The .config must be a directory (folder). If you find that .config exists as a file, you need to convert it to a directory and set the appropriate permissions.
To resolve this issue, follow these steps:
Locate the
.configfile in your home directory at'/Users/[Username]/'.Delete the
.configfile.Create a new folder called
.configin the same location.Launch a command terminal.
Navigate to your home directory by typing the following command, then pressing Enter:
cd ~Change folder permissions by typing the following command:
chmod 777 .configIf you see an
Operation not permittederror, usesudo chmod 777 .configinstead.Exit the terminal.
Start SMA.