Dynatrace / backstage-plugin

Dynatrace Backstage Plugin
Apache License 2.0
21 stars 3 forks source link

feat: support more table data types #157

Closed Kirdock closed 5 days ago

Kirdock commented 6 days ago

Introduction

Extends the supported data types for the DQL table. Now everything that's in an array should be supported (nulll, boolean, number, object). image

resolves https://github.com/Dynatrace/backstage-plugin/issues/152

Technical solution before this PR

The table only allowed strings

Technical solution after this PR

The table should now support every returned array.

:heavy_check_mark: Common checklist