What's Changed
* add: mapped GrandParentImage with InitiatingProcessParentFileName by 0xFustang in https://github.com/AttackIQ/pySigma-backend-kusto/pull/30
* add: EventID to query_table mappings by slincoln-aiq in https://github.com/AttackIQ/pySigma-backend-kusto/pull/32
* Previously, the `query_table` was selected by `logsource.category`, or provided by the user via a pipeline or pipeline arg. `query_table` is required in order for fieldmappings and valid query tables in the final query. This new feature also allows `query_table` to be set if an EventID is present in any `selection` detection sections and `logsource.category` is missing and the `query_table` is not supplied by the user. This allows for more rules to be translated to KQL queries
* fix: `SigmaNumber` conversion errors when in a grouped as-in expression of mixed types by slincoln-aiq in https://github.com/AttackIQ/pySigma-backend-kusto/pull/32
* This fixes 29
* Minor formatting with black/ruff
New Contributors
* 0xFustang made their first contribution in https://github.com/AttackIQ/pySigma-backend-kusto/pull/30
**Full Changelog**: https://github.com/AttackIQ/pySigma-backend-kusto/compare/v0.4.2...v0.4.3