Azure / pykusto

Query Kusto like a pro from the comfort of your Jupyter notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow rendering a query with a table name

netanz opened this issue · comments

Currently, the "render" function of Query has two options:

  1. If the Query contains a PyKusto table, it creates: " table | query" render
  2. If there is no PyKusto table, it emits the "table" part and creates only the "query".

However, if we use PyKusto to render the query only, we need another option - to produce " table | query" based on the table name, without providing a real Table.