hey @Kuldeep Chitrakarโ as you are saying that you do not have a partitioning in bronze tables , so according to that statement that is okay . but in silver as you are going to implement partitioning so , what i will recommend to you is that for better partitioning , we always with the date column not with the datetime column because , if you make partition on the basis of date time column , that is continuosly change , we always perform partition on the SCD (slowly changing dimensions) so if you have any rare changing column in your data , then go with the columns , and if you dont have that columns so add one more in the silver tables named with "date" and make you files on the partition on date rather than loadDateTime columns
Rishabh Pandey