Allowing Azure Databricks to query a local/private database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 05:27 AM
Hello,
I am trying to set up a simple machine learning pipeline where I want to generate example data on my computer, save this data into a MariaDB database on my computer, and then allow Azure Databricks to access my local database to train a model with it, etc. What is the best and preferred way to allow Azure Databricks to access my database since I don't want to migrate my data into Azure.
Thanks!