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
Currently, when duckplyr materializes a dataset (and has a problem doing so) it is output as an error message despite the relevant code continuing to run correctly. This causes problems in job-based processing (I use SLURM on a HPC cluster) since the resulting notifications indicate that a job failed, when it was actually successful, there was just an issue with materialization at one point in the process.
It seems like these messages should be warnings rather than errors.
The text was updated successfully, but these errors were encountered:
Currently, when duckplyr materializes a dataset (and has a problem doing so) it is output as an error message despite the relevant code continuing to run correctly. This causes problems in job-based processing (I use SLURM on a HPC cluster) since the resulting notifications indicate that a job failed, when it was actually successful, there was just an issue with materialization at one point in the process.
It seems like these messages should be warnings rather than errors.
The text was updated successfully, but these errors were encountered: