This project is a Flask API that allows users to interact with data stored in Databricks. It provides endpoints for deleting employees and retrieving data from Databricks based on the provided schema and table.
Install the required packages by running:
pip install -r requirements.txtRun the application:
python run.pyDELETE /employee/<int:emp_id>: Deletes an employee with the given ID.GET /get_data: Retrieves data from Databricks. Requiresschemaandtableparameters. Optionallimitandskipparameters for pagination.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.