Florian Hines

Results 18 issues of 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,...

kind/Feature
valuestream/Meltano

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...

Documentation
kind/Tech Debt
valuestream/Meltano

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...

kind/Bug
valuestream/Meltano

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...

api
needs refinement
security
kind/Tech Debt
valuestream/Meltano

Need to setup travis-ci hooks.

enhancement

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...

Documentation
needs refinement
testing
valuestream/Meltano

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. ![SCR-20220907-e59](https://user-images.githubusercontent.com/333354/188947699-66f537c2-7ecb-473f-9144-abd03ec8a30c.png) /cc @aaronsteers not sure if rich/structlog support limiting how many frames to...

Accepting Pull Requests
kind/Tech Debt
evergreen

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...

Accepting Pull Requests
kind/Feature
valuestream/Meltano

Downloading all objects in account resulted in objects in ALL THE RANDOM PLACES!