Filtering by date in csv upload file

Hello, I'm using verion 0.47.9 and I'm having issues filtering my csv upload data by date. I've added my data to Metabase and set my date field as a date value type:
image

When I try to filter in anyway, I get the following error:
image

Any idea what's going on?

it's trying to compare a text with a date and that's not possible, check the data types

The csv data is loading the column without a specific type but in the model I'm setting the column type to date.
image
Is there something else that I need to do?

Hi @Luiggi any advice on how to make sure the data type is correct here so I can filter my csv data by date?

Thank you!