Cody J. Hanson
Cody J. Hanson
### Meltano Version 1.105.0, 2.1.0 ### Python Version 3.8 ### Bug scope Configuration (settings parsing, validation, etc.) ### Operating System Mac OS (Apple M1 Macbook Pro) ### Description From troubleshooting...
**This is a significant change to how state is handled.** This PR refactors our state management to use a new `StateStoreManager` ABC similar to how we manage settings. The first...
As of now, this works in `env` blocks but not within `config`. This likely will just involve wrapping an additional `utils.expand_env_vars` call in the feature flag context. This is a...
Following up on [this discussion](https://github.com/meltano/meltano/issues/6485#issuecomment-1226079127) in #6485. Currently the `feature_flag` decorator is [a method defined on the `SettingsService` base class](https://github.com/meltano/meltano/blob/40a8066c3d3b5ad403bc08a4e51d195ffdd1e02a/src/meltano/core/settings_service.py#L635). However, since feature flags are top-level settings in a Meltano...
Following up on #6387 and #6386, we'd like for job and schedule envs to have resolution and inheritance behavior as described [in this thread](https://github.com/meltano/meltano/issues/6386#issuecomment-1195887590). This should happen downstream of #6295....
# Success Criteria Users can supply a `--source-backend-uri` and `--destination-backend-uri` to the existing `meltano state move` and `meltano state copy` commands, which will result in the same behavior as currently...
# Success Criteria - Users can set `state_backend.uri` settings to a special `meltano-cloud` magic string and meltano will use Cloud's REST API for managing job state. # Context This is...
Currently you can't navigate between preview search results using up/down arrows. I think expected behavior would be to support this.
Particularly in cloud, it's not immediately clear how one would run a backfill for a job with existing state. We should add a section to the doc with specific examples...