mindsdb icon indicating copy to clipboard operation
mindsdb copied to clipboard

[Manual QA] Test Microsoft Access Handler Manually

Open ZoranPandovski opened this issue 1 year 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 Microsoft Access 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.

How

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

## Testing Microsoft Access 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)


### Results

Drop a remark based on your observation.
- [ ] Works Great 💚 (This means that all the steps were executed successful 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/ 👈

ZoranPandovski avatar Oct 22 '22 17:10 ZoranPandovski