jonnydford

Results 12 issues of jonnydford

PostGres has a lot fewer connections available than MySQL. PGBouncer is a good way to avoid max connections being hit. An example deployment is available here: https://github.com/astronomer/helm.astronomer.io/blob/master/charts/airflow/templates/pgbouncer/pgbouncer-deployment.yaml

Currently, the GCS DAG sync uses the node's service account to connect to the GCS bucket. The node's SA may not have access to the GCS bucket. DAG sync should...

`make build` in the docs below doesn't work, as `build` is not in the Makefile. https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/development.md

The UI and Flower don't currently have an Ingress option and you have to port forward to reach them. Please add Ingress(es) for the UI, and if CeleryExecutor, Flower.

Flower currently is exposed on 5555 but there's no service to route to it.

Add support for multiple worker types. For example, a high memory worker and a 'default' worker. A couple of ways this could be implemented: - An option for an AirflowCluster...

Currently CloudSQL appears to only allow connections via SQLProxy. It would be great for this to be extended to allow connections over a private IP. I understand this is more...

- Added an initial Helm chart. - Some more choices for the permissions - Ability to select user, group or service account when giving permission. ![screen shot 2018-11-22 at 11...

For example, only allow people to give access in project1 and project2. This could be similar to the domain setup, using a space separated list like: `GIMME_ALLOWED_GSUITE_PROJECTS = project1 project2`...