Tableau extract creation frozen

amits
New Contributor III

Heya,

I'm having an issue with extract creation from a Delta lake table. Tableau is frozen on "Rows retrieved: X" for too long.

I actually succeeded in creating the first extract but saw I was missing a column. I went ahead and did a full rewrite -

events_df.write.mode('overwrite').option("overwriteSchema", "true").partitionBy('created_date').format(write_format).save(save_path)

Since then, trying to create/refresh the extract just gets stuck on an arbitrary number of rows.

In Databricks SQL and notebooks, I can read the table fine...

I've tried refreshing the extract, deleting it and creating it anew, restarting my PC and doing it again... Nothing seems to work.

Any idea on what might be causing this / how to solve it?