Florian Hines

Results 73 comments of Florian Hines

Reopening this since we actually have two steps left: >Docs are updated in Meltano and the Hub on how the Airflow integration is used and changed >Hub updated to use...

:shipit: and live on hub via https://github.com/meltano/hub/pull/822 !

👍 I like the idea, a `cwd` option for plugins makes a lot of sense. Especially in the context of enabling a robust external plugin architecture (e.g. https://github.com/meltano/meltano/issues/6130 which leads...

Drive by comment to also ref - https://github.com/meltano/meltano/issues/3346 which explored Mozilla SOPS in that `Encrypt settings within `plugin_settings` table` thread

Peeking at https://github.com/apache/airflow/blob/main/airflow/secrets/base_secrets.py#L25:7 and a sample implementation for Hashicorp Vault: https://github.com/apache/airflow/blob/main/airflow/providers/hashicorp/secrets/vault.py Could we get a quick win by just having the first version of a secrets plugin be one that...

Might be worth taking a quick survey and checking with what version the common distro's have support for sqlite +3.25.1, so we can build up a recommended distro list. For...

Confirmed with a user as well that Amazon Linux 2 is impacted: https://meltano.slack.com/archives/C01TCRBBJD7/p1660078023662099?thread_ts=1660067260.492999&cid=C01TCRBBJD7

TIL: https://github.com/meltano/flask-security we use a flask-security fork.

> > TIL: https://github.com/meltano/flask-security we use a flask-security fork. > > @pandemicsyn That's a fork of https://github.com/mattupstate/flask-security which seems abandoned. I wonder if we should just use https://github.com/Flask-Middleware/flask-security/ if it's...

@WillDaSilva Double checked the docs - the ui/api dev guides don't seem to mention the make files at all (🥳), I think the `make lint` reference on https://docs.meltano.com/contribute/style **might** be...