code-kern-ai / refinery

The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.
https://www.kern.ai
Apache License 2.0
1.39k stars 66 forks source link

Updating the Code Parser in the Bricks Integrator #258

Open LeonardPuettmannKern opened 1 year ago

LeonardPuettmannKern commented 1 year ago

The code parser in the Bricks Integrator requires an update.

Constants that are parsed are cut off because the code parser still expects all constants to start with "YOUR_", which they do not anymore.

Also, the code parser adds an "optional": "false" to the output, which is redundant as the default state is false anyway.

Very minor issue and not urgent. integrator_parser