Cody J. Hanson

Results 27 comments of Cody J. Hanson

> [I think this is the source of the issue](https://github.com/meltano/meltano/blob/e4cf960955befe90c66218d50a1d73f3572bc08f/src/meltano/core/utils/__init__.py#L469), basically an exception isn't raised for the case where the string being expanded is a full match rather than a...

@pandemicsyn if I've learned anything from time spent in config/env var stuff, it's that these types of changes are always more complex than you would think. If we _only_ want...

@tayloramurphy @kgpayne agreed that this would be great to have but would prioritize #6253 first. I think centralizing our logic for resolving environment variables would both make this testing easier...

@aaronsteers @tayloramurphy -- just to confirm, the scope here would be: 1. `--store=meltano_environment` will now raise the same `Invalid value for --store:` error that other invalid/nonexistent `--store` arguments raise 1....

@kgpayne @edgarrmondragon -- agreed with @edgarrmondragon's suggestion. Feature flags are generally at the project level and available only via the `project_settings_service`. The fix would be in [this line](https://github.com/meltano/meltano/blob/0dfe5367383da6c42a4f2d17634ab1a511b6d2d3/src/meltano/core/plugin/settings_service.py#L65) I'm realizing...

There have been some synchronous discussions on this--documenting the results of those here. The v1 of this feature is going to be to use a third-party library (likely [smart_open](https://github.com/RaRe-Technologies/smart_open)) that...

As I've been getting into the weeds on this, it's increasingly become clear that the best approach to this is much more entangled with #3340 than initially thought and a...

@aaronsteers -- > - First PR. Launch the first state backend, which would be systemdb and the new state table in https://github.com/meltano/meltano/issues/3340. Doesn't need configuration. (Would track/rework in https://github.com/meltano/meltano/issues/3340 as...

>@cjohnhanson - This came up again today in regards to stream map config (ref above) and would probably be worth picking up if you have capacity opening up. @aaronsteers I'll...

@aaronsteers I wanted to check in on urgency for this. I dove in last week but didn't make much headway and am considering bumping it back to Todo + unassigned/backlog...