Import Influxdb1 ignoring retention policy?

Is there a way to import/upgrade an influxdb1 database to influxdb2 without applying the original retention policy? Say I have a database with 1year retention that currently contains data from Sep 2020 to Sep 2021 (at that point it was shutdown but the data is still there). At that point it wasn’t backed up with influxd backup, it’s simply the original data, meta, wal folders. I now want to import it into an Influxdb2 setup, but keep all the data. When I try to import now (using the docker procedure), it seems that the data is truncated to the 1y original policy upon import.