Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Delete Azure storage tables with tazurestoragedelete

Hello

 

Is it possible to delete a storage table in azure with tAzureStorageDelete? 
I know you can delete a blob container, but i can`t figure out if it is possible to delete a azure storage table. 

 

The reason why i am looking for a way to delete the table:

Got some problems with using "drop table if exist and create" in tAzureStorageOutputTable, because Azure uses alot of time to delete the table, so the job fails. If i could just delete the table i would be able to use the sleep component after. 

 

Thanks 0683p000009MACn.png 

Labels (4)
1 Reply
trondis80
Contributor
Contributor

Hi,

 

I have had the same issue. You could try a subjob with a single fixed input record with a dummy partitionkey/rowkey and "delete table" option before sleeping for a few moments.

 

I know this is a rather old post but I found it searching for some other Azure Tables related stuff. Hope it helps:-)