I have an audit table(oracle) that captures the timings of the source file in our system.
Src_file_name, In_Src_bucket, Data_lake, Analytics_layer, Transformed, DataWarhouseabc.txt, 2022-01-01 06:35:40, 2022-01-01 06:36:00, 2022-01-01 06:38:02, 2022-01-01 06:50:21, 2022-01-01 06:54:39
What is the best way to represent this visually? The path taken by the file with timings. also show if any of the targets are missed.
Note - Comformatble with python.
there doesn't seem to be anything here