mindsdb icon indicating copy to clipboard operation
mindsdb copied to clipboard

[Manual QA] Test Databricks Handler Manually

Open Rutam21 opened this issue 3 years ago â€ĸ 0 comments

At MindsDB, we are driven by the open-source community 💚. So, this Hacktoberfest we aim to ask our community to review the MindsDB Database handlers in-depth and provide us with their feedback/observations.

What

Your task is to manually complete the following tasks using the Databricks Handler.

  • CREATE DATABASE

This confirms that you are able to connect your Database. Please attach a screenshot once this step executes successfully.

  • CREATE PREDICTOR

This confirms that you are able to create a Predictor model. Please attach a screenshot once this step executes successfully.

  • Predict Target value from Predictor using SELECT FROM

This confirms that your predictor model is able predict the target values for you. Please attach a screenshot once this step executes successfully.

  • Finally drop the database using DROP DATABASE

This confirms that you are successfully able to delete the database after completing all your data transactions.

How

Run the commands and record your observations in the following format in mindsdb/integrations/handlers/databricks_handler/Manual_QA.md.

## Testing Databricks Handler with [Dataset Name](URL to the Dataset)

1. Testing CREATE DATABASE

COMMAND THAT YOU RAN TO CREATE DATABASE. [Format it in code blocks using ```]

![CREATE_DATABASE](Image URL of the screenshot)


2. Testing CREATE PREDICTOR

COMMAND THAT YOU RAN TO CREATE PREDICTOR. [Format it in code blocks using ```]

![CREATE_PREDICTOR](Image URL of the screenshot)


3. Testing SELECT FROM PREDICTOR

COMMAND THAT YOU RAN TO DO A SELECT FROM. [Format it in code blocks using ```]

![SELECT_FROM](Image URL of the screenshot)


4. Testing DROP THE DATABASE

COMMAND THAT YOU RAN TO DROP THE DATABASE. [Format it in code blocks using ```]

![DROP_DB](Image URL of the screenshot)


### Results

Drop a remark based on your observation.
- [ ] Works Great 💚 (This means that all the steps were executed successfully and the expected outputs were returned.)
- [ ] There's a Bug đŸĒ˛ [Issue Title](URL To the Issue you created) (This means you encountered a Bug. Please open an issue with all the relevant details with the Bug Issue Template)

  • NOTE: We are not assigning this issue, multiple people can make the PRs.
  • But you must use an unique dataset for your QA test that's not already used.
  • Simply drop a comment below mentioning the dataset you will be working on.
  • Your entry in the QA file must have execution of the 3 required commands followed by the respective screenshots.
  • Also, if you find a bug, it is mandatory for you to raise a Bug Issue and attach the Issue at the Result section as mentioned in the template above.

đŸ“ĸ Additional rewards 🏆

Each QA PR brings 1ī¸âƒŖ : point and with every 10 points you get an entry into the draw for a 👇 :

  • đŸ’ģ Razer Blade 15 Laptop
  • 🎧 10 cool audio gadgets
  • 👕 đŸģ MindsDB Swag
  • â„šī¸ For more info check out https://mindsdb.com/hacktoberfest/ 👈

Rutam21 avatar Oct 19 '22 14:10 Rutam21