cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

When would you not want to use autoloader?

StephanieAlba
Databricks Employee
Databricks Employee

I am genuinely curious why would you ever not use Autoloader? I see it in one-off downloads of course. When you pull data from another platform, say Salesforce, is it better to append to a table without Autoloader?

There must be cases I am missing. Thoughts??

2 REPLIES 2

Tharun-Kumar
Databricks Employee
Databricks Employee

@StephanieAlba 

Auto Loader is primarily used for processing files automatically as they arrive in cloud storage.

You can refer to this document on AutoLoader - https://docs.databricks.com/en/ingestion/auto-loader/index.html

-werners-
Esteemed Contributor III

Autoloader is pretty handy, but not open source.  That is one reason f.e.
Another reason is f.e. if you cannot guarantee lexicographically generated files, or you do not want to use streaming, or you do not land your raw data into a data lake (read from db directly f.e.).
I still use a lot of batch processing using /.../YYYY/MM/DD directory structure without autoloader.
Not because I donยดt like it (I do use it for new setups), but because at the time it just did not exist and for a 1x/day batch job autoloader is not necessary.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group