Thank you for your question :
Few factors will decide the approaches to be considered like if data replay, data consistency, data volume and data query patterns from the business etc.,
I am also faced similar situation : for one usecase we directly loaded the data from landing to bronze using autoloader and with `cleanSource` option we archived the data in timewindow basis, another scenario like data is no need of replay and its one time activity or short term activity so considered `Landing` raw files as Bronze.
Final verdict :
1. Data volume, data pattern, incoming payload matters to decide
2. Replay necessity as per business segment give more context to decide.
3. Single time activity or incremental activity ?