Skip to content

Commit

Permalink
Sc-19111: Update "MySQL" file. (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
iammuze authored Dec 18, 2024
1 parent 6281383 commit c744cb1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/add-datastores/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ A source datastore is a storage location used to connect to and access data from

| REF. | FIELDS | ACTIONS |
|------|--------------|--------------|
| 1️. | Name (Required) | Specify the datastore name (e.g., This name will appear on the datastore cards) |
| 2️. | Toggle Button| Toggle ON to create a new source datastore from scratch, or toggle OFF to reuse credentials from an existing connection. |
| 3️. | Connector (Required) | Select **MySQL** from the dropdown list. |
| 1. | Name (Required) | Specify the datastore name (e.g., This name will appear on the datastore cards) |
| 2. | Toggle Button| Toggle ON to create a new source datastore from scratch, or toggle OFF to reuse credentials from an existing connection. |
| 3. | Connector (Required) | Select **MySQL** from the dropdown list. |

### Option I: Create a Source Datastore with a new Connection

Expand Down Expand Up @@ -61,13 +61,13 @@ If the toggle for **Add New existing connection** is turned on, then this will p

| REF. | FIELDS | ACTIONS |
|------|--------|---------|
| 1️. | Host (Required) | Get **Hostname** from your MySQL account and add it to this field. |
| 2️. | Port (Required) | Specify the **Port** number. |
| 3️. | User (Required) | Enter the **User** to connect. |
| 4️. | Password (Required)| Enter the **password** to connect to the database. |
| 5️. | Database (Required)| Specify the database name. |
| 6️. | Teams (Required) | Select one or more teams from the dropdown to associate with this source datastore. |
| 7️. | Initiate Cataloging (Optional) | Tick the checkbox to automatically perform catalog operation on the configured source datastore to gather data structures and corresponding metadata. |
| 1.| Host (Required) | Get **Hostname** from your MySQL account and add it to this field. |
| 2.| Port (Required) | Specify the **Port** number. |
| 3.| User (Required) | Enter the **User** to connect. |
| 4.| Password (Required)| Enter the **password** to connect to the database. |
| 5.| Database (Required)| Specify the database name. |
| 6.| Teams (Required) | Select one or more teams from the dropdown to associate with this source datastore. |
| 7.| Initiate Cataloging (Optional) | Tick the checkbox to automatically perform catalog operation on the configured source datastore to gather data structures and corresponding metadata. |

**Step 3**: After adding the source datastore details, click on the **Test Connection** button to check and verify its connection.

Expand Down Expand Up @@ -169,12 +169,12 @@ A modal window **Link Enrichment Datastore** will appear. Enter the following de

| REF. | FIELDS | ACTIONS |
|------|--------|---------|
| 1️. | Host (Required) | Get **Hostname** from your MySQL account and add it to this field. |
| 2️. | Port (Required) | Specify the **Port** number. |
| 3️. | User (Required) | Enter the **User** to connect. |
| 4️. | Password (Required) | Enter the **password** to connect to the database. |
| 5️. | Database (Required) | Specify the database name. |
| 6️. | Teams (Required) | Select one or more teams from the dropdown to associate with this datastore. |
| 1. | Host (Required) | Get **Hostname** from your MySQL account and add it to this field. |
| 2. | Port (Required) | Specify the **Port** number. |
| 3. | User (Required) | Enter the **User** to connect. |
| 4. | Password (Required) | Enter the **password** to connect to the database. |
| 5. | Database (Required) | Specify the database name. |
| 6. | Teams (Required) | Select one or more teams from the dropdown to associate with this datastore. |

**Step 4**: Click on the **Test Connection** button to verify the selected enrichment datastore connection. If the connection is verified, a flash message will indicate that the connection with the datastore has been successfully verified.

Expand Down Expand Up @@ -213,7 +213,7 @@ If the **Use enrichment datastore** option is selected from the caret button, yo

| REF. | FIELDS | ACTIONS |
|------|--------|---------|
| 1️. | Prefix (Required) | Add a prefix name to uniquely identify tables/files when Qualytics writes metadata from the source datastore to your enrichment datastore. |
| 1. | Prefix (Required) | Add a prefix name to uniquely identify tables/files when Qualytics writes metadata from the source datastore to your enrichment datastore. |
| 2. | Enrichment Datastore | Select an enrichment datastore from the dropdown list. |

**Step 3**: After selecting an existing **enrichment datastore** connection, you will view the following details related to the selected enrichment:
Expand Down

0 comments on commit c744cb1

Please sign in to comment.