SFTP Connect

ajain80
New Contributor III

How I can connect sftp server from databricks. So I can write files into tables directly?

Debayan
Databricks Employee
Databricks Employee

kalo1
New Contributor II

Thank you for the link, you made my day.

Hubert-Dudek
Databricks MVP

The classic solution is to copy data from FTP to ADLS storage using Azure Data Factory, and after the copy is done in the ADF pipeline, trigger the databricks notebook.


My blog: https://databrickster.medium.com/

View solution in original post

Cronk
New Contributor II

Thank you, I will try it. I hope it works. If you're looking for the best online writing services for your college assignments, be sure to visit https://www.topwritersreview.com/reviews/essayusa/ It's an excellent resource that can help you make an informed decision and achieve your academic goals with confidence.

Is there a way to copy data from FTP into ADLS using PySpark in a Databricks Notebook (i.e. without ADF)?
The following library (https://github.com/springml/spark-sftp) that some have recommended does not seem to include a PySpark API.