Florian Hines
Florian Hines
### Feature scope Other ### Description With the new extension/sdk pattern - where an extension gets installed as a utility alongside something that it's wrapping or managing (e.g. superset, airflow,...
first pass at a CLI design guidelines doc closes #6440
Similar to https://docs.meltano.com/contribute/api#api-v2-design-guidelines we should have clearly defined guidelines for creating/updating the meltano `cli`. How to structure, organize, and even name new CLI additions is a **frequent** source of contention...
The [`ProjectFile`](https://github.com/meltano/meltano/blob/859083b8c76c1b5d88ba30dbefb1b475a08f1fc4/src/meltano/core/project_files.py#L38) implementation as is today isn't thread safe and has a potential problematic race condition. This isn't really an issue yet, but will likely become one if we work...
In https://github.com/meltano/meltano/pull/6474 I (we?) noticed that we use our own flask security fork: https://github.com/meltano/flask-security. That's forked from https://github.com/mattupstate/flask-security which appears abandoned and unmaintained. We should see if we can transition...
While reviewing https://github.com/meltano/meltano/pull/6758 where we're adding custom state id suffixes, thought it might be nice to have a integration test that show cases and covers all the various state manipulation...
Per @aaronsteers in slack (https://meltano.slack.com/archives/CKHP6G5V4/p1662573407997849?thread_ts=1662563574.353819&cid=CKHP6G5V4) this isn't really bug, but rich stack traces can be rather large.  /cc @aaronsteers not sure if rich/structlog support limiting how many frames to...
One thing that was cut late in development when adding incremental job support to `meltano run` was the ability to add a custom prefix to the auto generated job (now...
Downloading all objects in account resulted in objects in ALL THE RANDOM PLACES!