Hi All! I'm trying to easily show and query (with SQL) Parquet files stored by ClearML in an S3 storage. I've tried to integrate DuckDB, but for large chunke...
22 hours ago
Thanks for the reply, so I have to download the file before, I hoped it would be read on the fly.
Are you launching the task from a pipeline? If this is the case, your agent is probably already executing the pipeline task, which remains up till the end of the pipeline, and there's no room for the real task to start. Try to spawn another agent.