Frank Hoffsümmer
Frank Hoffsümmer
same here. Python 3.9.14, snowflake-connector-python==2.7.12, snowflake-sqlalchemy==1.4.1
downgrading to snowflake-connector-python==2.7.6 fixed the problem. It seems to me it was introduced in version 2.7.7
upgrading to snowflake-connector-python==2.8.0 fixed the problem for me
Thank you Simon! I sent you that pdf through email... I actually have a bunch of pdfs like it, where not all pages are scanned (even though Textract jobstatus claims...
@tjamet the Dockerfile you link to already refers to the [terraform:latest](https://github.com/whalebrew/whalebrew-packages/blob/master/terraform/Dockerfile#L1) image. so re-triggering the build of this docker image should result in the latest and greatest terraform version
thinking about how this could be implemented, e.g. by introducing a `deprecated` subdirectory in the `applications` folder. Then e.g. moving `sublime-text-3.cfg` and `sublime-text-2.cfg` to the `deprecated` directory and introducing an...
I think this is done in the `[project.scripts]` table. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts
just... wow 🤩 and thank you, Charlie and team astral.sh 🚀 🙇🏼
So I tried the fresh new release of uv 0.3.1 (🙌🏼) and it seems that it doesn't write `git@` user to the lock file. My session: ``` ❯ uv --version...
The relevant section of the Dockerfile looks like this ``` RUN curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh COPY uv.lock pyproject.toml README.md ./ RUN --mount=type=ssh \ # suppress hostkey checking mkdir -p...