Jonathan Gray

Results 81 issues of Jonathan Gray

For a `Join` query, no index will ever be created even if a subscriber column, or location column(s) are present.

FlowMachine
performance

I think it would be nice to have a scheduled GH action which checked the current version of airflow, and if > than .airflow-version, branch, updated .airflow-version, and _also_ update...

CI
docker
FlowETL

Now that the new schema is available in FlowDB, and has test data, we can build out parallel versions of all existing queries to run against the new schema.

enhancement
investigation needed
FlowMachine
refactoring

A topic we've generally evaded by having a very fixed schema is upgrades and migrations. There are a few parts to this - 1. Postgres minor version update (solved because...

enhancement
FlowDB
discussion
docker

Cousin to #1264, we might consider using: ```python class SomeSchema(Schema): class Meta: description = "A description of this schema object" ``` To provide documentation for the query kinds one can...

enhancement
docs
FlowAPI

As well as #2333, we need additional worked examples demonstrating the use of each aggregate. This should cover the newly added ones, but also those which already have a FlowKit...

enhancement
docs
worked_examples

Fix for #2390 could use a regression test.

tests
FlowMachine

At present, the query cache is trimmed to size on a schedule. This means that between cache shrinks, the cache may grow significantly beyond the maximum size. We might also...

FlowMachine
FlowDB
performance

Would it be worthwhile supporting different secrets backends across the components? An obvious example here would be hashicorp vault.

security
discussion

Subset command should allow '!=' and 'not in'

enhancement
FlowMachine