microsoft / Kusto-Query-Language

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

intellisense false positive - series_decompose argument count #11

Closed dimitri-b closed 4 years ago

dimitri-b commented 4 years ago

Intellisense redlines this function call stating that the series_decompose function expects 4 arguments, but the code runs fine and documentation provides for up to 5 arguments:

Syntax

series_decompose(Series [, Seasonality, Trend, Test_points, Seasonality_threshold])

image

sloutsky commented 4 years ago

This was fixed, pending sync

sloutsky commented 4 years ago

Fix is going to be merged later today