amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.44k stars 960 forks source link

Fix -- handle empty string dashboard run timestamps #2277

Closed B-T-D closed 3 weeks ago

B-T-D commented 3 weeks ago

Description

Updated neo4j proxy to return None instead of the empty string when a dashboard's last run timestamp is the empty string.

Motivation and Context

Case can arise where empty string for the timestamp causes serialization errors.

How Has This Been Tested?

Added additional unit test.

CheckList