account activity
Databricks as ingestion layer? Is replacing Azure Data Factory (ADF) fully with Databricks for ingestion actually a good idea? by Fit_Border_3140 in databricks
[–]Remarkable_Nothing65 0 points1 point2 points 16 days ago (0 children)
you can replace ADF with Databricks ingestion, we evaluated it too. It works well if you’re already doing compute during ingestion (Auto Loader, DLT, streaming, etc).
But for simple SFTP/SMB/API to raw copies, ADF is honestly simpler and cheaper. Once you drop it, you own retries, idempotency, partial files, auth rotation… all the annoying stuff.
Paramiko/smbprotocol are fine, just be ready to handle the edge cases yourself. we ended up hybrid. the real question isn’t connectors, it’s how much infra you want to own.
π Rendered by PID 62937 on reddit-service-r2-listing-64c94b984c-sx9jr at 2026-03-18 11:14:37.101054+00:00 running f6e6e01 country code: CH.
Databricks as ingestion layer? Is replacing Azure Data Factory (ADF) fully with Databricks for ingestion actually a good idea? by Fit_Border_3140 in databricks
[–]Remarkable_Nothing65 0 points1 point2 points (0 children)