Istvan
Istvan
> @l1x yeah, looks like the issue is back, or perhaps my earlier fix didn't work, will investigate Let me know how can I help.
Hi @andygrove, I am working on such project and I have 10.000 queries to test with. I am reading the code but not sure how to add support to HiveQL...
> Our workaround for this issue is to have duplicate profiles in `~/.aws/config`; one with the `profile` prefix and one without. > > ``` > [profile stage] > region =...
> Any plans to align the behavior of the AWS SDK with the other SDKs? I wonder why you share the same config file with other SDKs but use it...
The following makes it possible to build the project on Linux (Debian 11): ```bash cabal build --minimize-conflict-set --allow-newer=base --allow-newer=yaml ```
As of 2023.06.15 there is still no ARM64 AWS CLI v2.
This would be really nice.
> ```python > with fsspec.open("s3://hellohexa-ci/iris.csv", profile="datadeft-dev-eu") as f: > print(f) > ``` Thanks @martindurant , I got the same results: FileNotFoundError: hellohexa-ci/iris.csv
Is there a reason not to submit a pull request?
```bash > git pull origin main From github.com:facebookincubator/dns * branch main -> FETCH_HEAD Already up to date. ``` ```bash l1x@deby ~/c/d/dnswatch (main)> make clean rm -f snoop/out/dnswatch_bpf_probe_core.o rm -f bpf/vmlinux.h...