summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Sousa <montezdesousa@gmail.com>2024-04-24 14:41:48 +0100
committerDiogo Sousa <montezdesousa@gmail.com>2024-04-24 14:41:48 +0100
commit242d9fa1ece43eee1f68418781039deddedd42c1 (patch)
treef18cf29794dae95a8e70f1cda0d37beed0a1b565
parentf6fdf4ca58b1b8cee90d8fe863a6b573d744cffd (diff)
add snowflake integration videodocs/snowflake-integration-main
-rw-r--r--website/content/pro/data-connectors/native-integrations.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/website/content/pro/data-connectors/native-integrations.md b/website/content/pro/data-connectors/native-integrations.md
index 0c3db786da7..7f5e9a0c8aa 100644
--- a/website/content/pro/data-connectors/native-integrations.md
+++ b/website/content/pro/data-connectors/native-integrations.md
@@ -19,12 +19,19 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
<HeadTitle title="Native Integrations | OpenBB Terminal Pro Docs" />
+import TutorialVideo from '@site/src/components/General/TutorialVideo.tsx';
+
+<TutorialVideo
+ youtubeLink="https://www.youtube.com/embed/Xu4gPiftp0g?si=h7RyXWEfrUuCG-za"
+ videoLegend="Short introduction to the Snowflake native integration"
+/>
+
## Using OpenBB Native Integrations
-The OpenBB native integrations allows you to connect to Snowflake, MySQL, or SQLite databases directly. You can run any query against your database directly from our Pro Terminal.
+The OpenBB native integrations allows you to connect to Snowflake, MySQL, or SQLite databases directly. You can run any query against your database directly from the Terminal Pro.
1. **Install our Client**: Download our free client for [Mac](https://openbb-installers.s3.amazonaws.com/data_connector_0.0.2.dmg) or [Windows](https://openbb-installers.s3.amazonaws.com/OpenBB+Data+Connector_0.0.2_x64_en-US.msi) to get started.
-2. **Run the Client**: Once installed, Simply open our app and type in the port you would like to use. If you are unsure of a good port, feel free to select `Recommend Port`.
+2. **Run the Client**: Once installed, Simply open the app and type in the port you would like to use. If you are unsure of a good port, feel free to select `Recommend Port`.
3. **Connect inside the Terminal Pro**: Once your client is up and running, click [here](https://pro.openbb.co/app/data-connectors) to enable the connectors - it will ask you for the URL the port is running on - you can find that on the Data Connector Application at the top. Now feel free to enter login credentials for any Snowflake, MySQL, or SQLite database and begin to analyze your data inside of our terminal.