microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

alter row_level_security with db prefix #131

Closed vplauzon closed 4 weeks ago

vplauzon commented 8 months ago

The following script:

.alter table mydb.mytable policy row_level_security enable "MyFunction"

is parsed as an alter update policy (command kind).

Same occur if there is a cluster + db prefix.

That is legal when ran in Web UI.

It seems the potential database prefix was taken into account.

vplauzon commented 8 months ago

I see similar behaviour with

.alter table mydb.mytable policy ingestiontime true
mattwar commented 4 weeks ago

Version 11.5.6 now has fixes for commands that allowed for db.entity pattern.