You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the mappings are being all lowercased in upgrade.ts. This is causing dashboards not to show up due to the ddl mapping fields not matching the casing of the actual data.
From HIPIE and DSP-Next's perspective, #2 is the only one we'd be using.
DDL v1s will be upgraded to v2 before the service is regenerated for them. For dashboards, people will want to load an existing hipie-generated ddl1 which hipie will convert into ddl2 and load into dashy, then save, and then run. For side-effect dashboards in plugin, I have a process which converts them to a ddl2 dashboard so that when a plugin is included in a composition run, its ddl2 dashboard will be generated.
It looks like the mappings are being all lowercased in upgrade.ts. This is causing dashboards not to show up due to the ddl mapping fields not matching the casing of the actual data.
ddl1cased.json.txt
The text was updated successfully, but these errors were encountered: