Skip to content

azure-kusto-data 4.5 helpers fail constructing dataframe of .show materialized-views #542

Closed
@borlaugen

Description

@borlaugen
materialized_views_response = self.kusto_client.execute(
    self._database, ".show materialized-views"
)
materialized_tables = dataframe_from_result_table(
    materialized_views_response.primary_results[0]
)

The above code will with version 4.5 raise a KeyError exception on key 'time' since the LookBack column has ColumnType 'time'.

This is most likely introduced by commit 4f9af0f

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions