Ishan Anand
Ishan Anand
I want to extend the CLI app with custom data types not supported by Typer/Click. Right now, the Typer app raises an error on encountering an unsupported type. ### The...
Adds the ability to tag a Lance dataset and retrieve it from python. Per issue #588 Notes - This assumes different versions of the dataset can be given the same...
## 📚 Context This PR adds a tutorial in the database section on connecting to Neon databases. I work on technical content for Neon. ## 🧠 Description of Changes Added...
### What does this PR do? This adds a tutorial on connecting to Neon database using Drizzle ORM from Bun. (I write technical content for Neon) - [x] Documentation or...
add branching guide for neon + prisma + vercel + github https://neon-next-git-frindle-branchingvercel-neondatabase.vercel.app/docs/guides/branching-prisma-vercel-github
add doc for extension postgresql-anonymizer
(Apologies if this should rather go into the discussions tab) Hi - I came across Marcelle from the citation in Apple's paper describing their Symphony framework. I have been looking...
Hi - the example code used in the project README uses the parameter `model='large'`. This model seems to be unavailable, and throws a multiple retry error with an error code...
Added a link to Neon database's post on using FastAPI in a serverless app alongside Neon. link - https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale
Accessing the schema of an upstream model doesn't quite work for SQL-models-defined-with-python. Here is a code repro. ```python import os from pathlib import Path from tempfile import TemporaryDirectory from sqlmesh.core.config...