Logs

The Logs panel shows the output logs of the latest build. Any console prints or error messages will be tracked in this panel. While building, the logs are being streamed automatically, so the progress can be monitored in real time.

After a successful build, the logs will show three main statistics:

  • read - The duration it took to read the input Parquet files

  • transform - The duration it took to perform the transformation

  • write - The duration to write the parquet file

Last updated