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.
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
Impact
Additional issues in kusto.py (from flake8)
Fix
Regenerate \kusto.py\ with the corrected code generator, or manually define the missing type aliases.