So turns out my MB was set to discard minute data after 180 days, so I have minute data back to Oct 13th, and hourly data back till May 2022. I did end up setting the interval to 1 for the minute data and 60 for the hourly data. Also, I did break it up into 1 month per CSV.
In order to make sure that I could easily remove any imported data should something go wrong, I added a leafWet1 reading of 1 to every record (using a quick python script to add the column to each CSV and set that column to 1. I also added the leafWet1 sensor to the .conf. Then once all of the data was in the database, I created a column called "meteobridge" and ran an SQL query that set "meteobridge" equal to "leafWet1", then "leafWet1" equal to NULL for all records where "leafWet1" was set to 1. Now I can easily filter out all of the imported records. The last rolling month charts look good with the new data, just waiting for the yearly charts to generate whenever they do (I assume midnight either my time or GMT).