Jonathan Gray
Jonathan Gray
For a `Join` query, no index will ever be created even if a subscriber column, or location column(s) are present.
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...
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.
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...
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...
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...
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...
Would it be worthwhile supporting different secrets backends across the components? An obvious example here would be hashicorp vault.