Hello @preetham_kotian,
To execute Achilles, the only preparation step you need is to create an empty schema: CREATE SCHEMA redshift_schema;
. After that, set the connection details and launch Achilles from RStudio, it will automatically create tables that it manages.
For the WebAPI endpoint question:
- have you deployed WebAPI? just to make sure, because you asked questions in other threads;
- if yes, try replacing the double slash in URL (between 8080 and WebAPI) with a single slash.