cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I prioritize message in autoloader

sanjay
Valued Contributor II

Hi,

I am using autoloader, it picks data from AWS S3 and stores in delta table. In case there are large number of messages, I like to process messages by priority. Is it possible to prioritize messages in autoloader.

Regards,

Sanjay

1 ACCEPTED SOLUTION

Accepted Solutions

Sandeep
Contributor III

@Sanjay Jain​ There is no option to prioritize unfortunately. It follows event-based processing.

View solution in original post

2 REPLIES 2

Sandeep
Contributor III

@Sanjay Jain​ There is no option to prioritize unfortunately. It follows event-based processing.

sanjay
Valued Contributor II

Thank you Sandeep. Other option is I can keep messages in 2 different folders in S3. Can autoloader read message from multiple folders