Fritz Larco

Results 128 comments of Fritz Larco

Should be good now with https://github.com/slingdata-io/sling-cli/pull/344/commits/9644af3ed432a382030418fed9111aff50bbf01c Closing.

hi, this seems like it's an issue with your connection. Can you specify the `fe_url`? if there is a user/password, specify in url correctly (`http://myuser:[email protected]:8030`) See docs: https://docs.slingdata.io/connections/database-connections/starrocks also make...

That's strange. Since I can't reproduce this, it's hard to tackle. I would suggest trying to load into your instance via the curl command to see if you're getting that...

Thanks, pushed this [commit](https://github.com/slingdata-io/sling-cli/pull/390/commits/7c17e5160439cdebd8ebc2d8293ec7565292163d). Can you try the latest dev-build? https://github.com/slingdata-io/sling-cli/tree/1.2.21?tab=readme-ov-file#automated-dev-builds

Pushed new [changes](https://github.com/slingdata-io/sling-cli/pull/390/commits/c559bcba99042f7e7acb73e1ef4e930df69585dd), can you try again with latest build?

Hi, without a file, I cannot test. Can you produce a sample file that is erroring for you, and share it? So I can reproduce the error. You can email...

Ah, thanks for reporting. Perhaps a bug in the duckdb arrow extension. This is because the default method to load into ducklake in *1.4.20* uses `arrow` instead of `csv`. I...

Yes, there were quite a few updates for the [upcoming version](https://github.com/slingdata-io/sling-cli/pull/578). Can you try with the dev build? https://github.com/slingdata-io/sling-cli?tab=readme-ov-file#automated-dev-builds

Also try without custom SQL? It uses [DuckDB](https://duckdb.org/docs/stable/core_extensions/iceberg/overview.html) for custom SQL, but native [iceberg-go](https://github.com/apache/iceberg-go) for straight table select. `sling run --src-conn GCP_ICEBERG --src-stream iceberg_rest_demo.test --stdout -l 100`