Jacob Matson

Results 9 issues of Jacob Matson

Substitutions appear to be completely disconnected from game state (except for fatigue). While the approach is simple and effective, I wonder if it may make sense to also consider score...

When invoking custom tests in the previous version, the generated SQL looks like this: ``` select count(*) as failures, case when count(*) != 0 then 'true' else 'false' end as...

bug

### Add support for SQL Server I would like to use this package with SQL server for monitoring dbt runs. ### Describe alternatives you've considered Frankly, I would love to...

enhancement

![image](https://github.com/matsonj/nba-monte-carlo/assets/16811433/04f14ebe-b9fb-4a84-a861-85cbe0ec6a9d) looks like some old queries that need to get cleaned up + some type issues

**nfl** - [ ] add tiebreakers - [ ] add playoffs **nba** - [x] add in-season tournament analytics page - [x] move evidence queries to sources - [x] add tiebreakers...

### The following models should in theory be generic: - inputs - teams - schedule - actual results - outputs - elo over time - predictions - end of season...

In the spirit of "full stack open source", I am going to migrate mdsinabox.com to a VPS on Hetzner. The main driver for this is that WASM / Parquet stuff...

Consider the following dbt profile: ``` jdw: outputs: dev: type: duckdb schema: jdw path: 'md:jdw_dev?saas_mode=true' threads: 4 extensions: - httpfs target: dev ``` When running `dbt build`, this error is...

The following profile config throws this error: `Runtime Error setting 'motherduck_token' can only be set during initialization` ``` outputs: dev: type: duckdb path: loca.duckdb threads: 1 extensions: - httpfs -...