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