Skip to content

kusto.py: undefined type references (ClusterName, DatabaseName, Query, ChartType) #13

Description

@daviburg

Bug

The generated \src/azure/connectors/kusto.py\ has undefined type references that cause \NameError\ at import time:

\
NameError: name 'ClusterName' is not defined
\\

Affected types

  • \ClusterName\ (lines 62, 71)
  • \DatabaseName\ (lines 63, 72)
  • \Query\ (line 64)
  • \ChartType\ (lines 65, 75)

Impact

Additional issues in kusto.py (from flake8)

  • F401: unused imports (\ ield, \List, \datetime)
  • E302: missing blank lines between class definitions

Fix

Regenerate \kusto.py\ with the corrected code generator, or manually define the missing type aliases.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions