Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:-)