Matteo Figus
Matteo Figus
instead of -10%
Maybe we can investigate alternative plotting libraries like d3 and chart-js
*Description of changes:* This PR removes s3fs to simplify handling communications with S3. It uses [pyarrow's S3FileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html) to read, and [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.upload_fileobj) to write back. The reason I am using pyarrow...
When an Item in the queue is added with incorrect type for the corresponding Data Mapper, the Job fails during planning, without any information about which datamapper/queue item id is...
*Issue #, if available:* Closes #225 *Description of changes:* A couple of tests to handle 0 rows parquet and JSON. Parquet currently has no issues. JSON issue in #225 is...
When processing JSON, if the deletion job deletes all the rows for a given object (making it 0 bytes), when writing back we get an exception due to the fact...
At the moment, it is possible to identify a row and delete the full row based on various identifier types - but not when nested within arrays. Let's take the...
As you all know, OC is very strict about allowing components to use node dependencies on the `server.js`. Currently, the registry has a whitelist of allowed dependencies, and its discretion...
Inspired by: https://github.com/hapijs/hapi/issues/1613 We are compiling a list of companies or products using OC for a few reasons: * showcase logos and user stories of successful OC development for the...