Trey Spiller

Results 11 issues of Trey Spiller

Thanks so much for all your work on fst - it's incredibly useful! My question is about the possibility of storing arbitrary object-level attributes in fst files. The attributes would...

feature request

Hello, Really like the package! I noticed a couple of typos in the README, so I did a bit of editing. Here are a few clarifications: - The `install_github()` command...

**Tasks** - [x] Model defaults code, tests - [x] Plan selector code, tests - [x] Plan time code, tests - [x] Run time code, tests - [x] Docs - [...

They register for a project when run on BigQuery from the built-in scheduler, but not when the same project is run via Composer

Bug

Some console log messages appear on the CLI but aren't making it through to the notebook output. - ["All model batches have been executed successfully"](https://github.com/TobikoData/sqlmesh/blob/409e0dea31406e3d08cb880c99e75c225bd127ad/sqlmesh/core/console.py#L195) - ["The target environment has...

Bug

### Describe the bug When I execute an `INSERT INTO` command using the httpclient, it returns an error if the insert query contains `LIMIT 0`. ### Steps to reproduce 1....

bug

**Is your feature request related to a problem? Please describe.** I would like to connect to Clickhouse Cloud using its [Google Workspace SSO](https://clickhouse.com/docs/en/cloud/security/cloud-authentication#sso-using-google-or-microsoft-social-authentication) authentication method. **Describe the solution you'd like**...

enhancement

TODO: - [ ] Implement incremental by partition - [ ] Add docs The current Clickhouse adapter uses the delete-insert loading approach. Clickhouse is not designed for deletes/updates, so the...

***NOTE: redshift integration tests won't pass until sqlglot is bumped > 25.24.4*** #2791 introduced a regression in the varchar length workaround because it assumed the `columns()` method returned data types...