Fritz Larco
Fritz Larco
Hi, thanks! Not at the moment, I checked out https://github.com/ibmdb/go_ibm_db, and it looks feasible, although a bit gnarly with the external C lib. Will put that as a future consideration.
Interesting, thanks for the suggestion. It's worth mentioning that sling accepts env var `SLING_ENV_YAML` (just put the whole yaml body in the env var).
Yes, set `SLING_HOME_DIR`.
Thanks, this is being unit tested [here](https://github.com/slingdata-io/sling-cli/blob/main/cmd/sling/tests/suite.db.template.tsv#L23), but not with `timestampz` 🫤 . I've pushed the change you suggested, which I think is correct. Can you test with the [dev...
The issue with parquet is that it can take alot of memory, while csv streams. it's worth an experiment. The temp CSVs should be compressed, though (with `zstd`). Can you...
> it would be nice to let the user to decide if they are willing to allocate more resources to the EL process. Agreed. > I'm wondering if total resource...
Implemented for next release. Can be set via `target_options.format`, for values `csv` or `parquet`.
hey @inesplc do you mind uploading a test excel file that I can reproduce the issue? I've tried locally, and the output is coming out as a string. From the...
hey @martinburch, yes, this is something that was debated when implementing `table_keys`, since Sling originally was designed with the `primary_key` input to simply use it to merge/upsert in `incremental` mode,...
@martinburch nice, thanks, that might just work 👍 .