I am trying to export around 17k result rows using the POST /card/{card-id}/query/{export-format} and getting stale/wrong results with only 11k rows. The same api seems to working in the metabase UI but is giving wrong results when called from the api docs or n8n HTTP call. What am i doing wrong?
ignore_cache parameter is also not working on this api.
Using metabase version - v0.50.12
please upgrade to latest version and post reproduction steps with DML statements if possible
Are you accessing Metabase through a CDN or cache? It might be an intermediary returning cached data.
My bad was using json params instead of x-www-form-urlencoded. That lead to results from the default parameter. Getting a error when i pass the wrong params would be nice.