When the service runs at 5am, before Parquet data would be available, the service crashes with
pyarrow.lib.ArrowInvalid: Could not open Parquet input source '<Buffer>': Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
We should catch that and exit early when there isn't yet a parquet file for us to process
When the service runs at 5am, before Parquet data would be available, the service crashes with
We should catch that and exit early when there isn't yet a parquet file for us to process