I'm creating new table. Create statement and partitioning policy is in separate kql file. Both file are read by delta-kusto. Partitioning policy is not being recognized to be executed by the tool. In the result no partitioning policy will be applied.
But, when the table exists, partitioning policy is executed each time, even when no change is made.
I'm creating new table. Create statement and partitioning policy is in separate kql file. Both file are read by delta-kusto. Partitioning policy is not being recognized to be executed by the tool. In the result no partitioning policy will be applied.
But, when the table exists, partitioning policy is executed each time, even when no change is made.
Status on database (after finally it's created):
Result by
.show database schema as csl script
:My script: