I'm trying to build an end to end analytics flow in Microsoft Fabric, using the fabric data factory to read files on an sftp server and load them to onelake so I can then push into datasets and report on them in power bi.
The fabric SFTP connector only has basic authentication:
, but I need to use a private keyfile and SSH auth instead
In Azure Data Factory, the sftp connector allows SSH auth & keyfiles:
Is there a different connector I could / should use in fabric?
As per this Ms document
only Basic authentication is supported for SFTP connector in Microsoft Fabric.
If you only want to authenticate with the SSH auth & key files you need to use ADF.
You can raise a feature request about adding authentication options for SFTP connector as ADF here.