Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Feb 19, 2024
1 parent a22ff93 commit bf7d901
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/data_catalog/connectors/create_connector.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# How to create a connector in Fabric's Data Catalog?

:fontawesome-brands-youtube:{ .youtube } <a href="https://youtube.com/clip/UgkxVTrEn2jY8GL-wqSXX3PByuUH5Q81Usih?si=xdpQ4eTCo_SEcvxp"><u>How to create a connector to an RDBMS in Fabric?</u></a>
:fontawesome-brands-youtube:{ .youtube } <a href="https://youtube.com/clip/UgkxVTrEn2jY8GL-wqSXX3PByuUH5Q81Usih?si=xdpQ4eTCo_SEcvxp"><u>How to create a connector to an RDBMS in Fabric?</u></a>

To create a connector in YData Fabric, select the "Connectors" page from the left side menu, as illustrated in the image below.

![Select Connectors from Homepage](../../assets/data_catalog/connectors/go_to_connector.png){: style="width:75%"}

Click in *"Add Connector"* and a list of connector types to choose from will be shown to you.
Click in *"Add Connector"* and a list of connector types to choose from will be shown to you.

![Select AWS connector](../../assets/data_catalog/connectors/select_connector.png){: style="width:75%"}

For the purpose of this example we will be creating a connector to our AWS S3 storage.
The credentials/secrets to your storage will be requested. After adding them, you can *"Test connection"*
to ensure that all the details are correct.
A confirmation message, similar to the one shown in the image below, should appear in our screen,
letting you know that you can now save your connector successfully!
For the purpose of this example we will be creating a connector to our AWS S3 storage.
The credentials/secrets to your storage will be requested. After adding them, you can *"Test connection"*
to ensure that all the details are correct.
A confirmation message, similar to the one shown in the image below, should appear in our screen,
letting you know that you can now save your connector successfully!

![Succesfully connection test](../../assets/data_catalog/connectors/successful_connection.png){: style="width:50%"}
![Succesfully connection test](../../assets/data_catalog/connectors/successful_connection.png){: style="width:50%"}

**Congrats!** 🚀 You have now created your first **Connector**! You can now create different *Datasources*
in your project's Data Catalog.
Get ready for your journey of improved quality data for AI.

0 comments on commit bf7d901

Please sign in to comment.