kirkrodrigues
kirkrodrigues
Hey @kavirajk, Right, there’s currently no easy way to specify them. Full schema support is in our open-sourcing pipeline. We are finishing up optimization & testing. Stay tuned!
Yup, that's correct. Nice, thanks for trying it out! We'll post here when full schema support is open-sourced.
Hi @BasantaChaulagain, Currently, we have a few schemas implemented implicitly (i.e., the logic is not implemented as a regular expression but as a set of conditions) in the code. Roughly,...
Hey @xiaokang, Thanks for submitting a PR! I have a few questions about it: * To download source dependencies, we actually switched from git submodules to a [script](https://github.com/y-scope/clp/blob/main/components/core/tools/scripts/deps-download/download-all.sh). This is...
Sorry, I forgot to update it.
What's the status of this PR?
> Another thought - generally it is not wrong to have an empty quoted/unquoted string unless we rename/repurpose the function otherwise. Maybe we just need to avoid throwing in a...
Hi @tannaga, Thanks for your interest. We have support for storing to S3 in our cloud, but we haven't open-sourced it yet. We are also working on a connector for...
Hey @gerilya, we're working on adding support to CLP to allow it to read and write from S3. We hope to have something you can try in about a month...
> 1. The generation of the wild and tame is deterministic. Can we pre-generate them and add a script used for generation? Or we don't really care about the time...