Reuben

Results 28 issues of Reuben

Addresses #6585 to support glob paths in file plugin `update` extra. --- ### Checklist - [x] Implement feature - [x] Add test(s) - [ ] Update docs - [ ]...

### Feature scope CLI (options, error messages, logging, etc.) ### Description ### Overview File bundle plugins can specify a number of files to update with the `update` extra, when `meltano...

Accepting Pull Requests
kind/Feature
valuestream/Meltano

Resolves #6370, resolves #6164 ### Checklist - [x] `--state-id-suffix` option for `meltano run` - [x] `state_id_suffix` option for environments in `meltano.yml` - [x] Support expansion of environment variables for `state_id_suffix`...

Closes #8353

Community-Contributed PR

Closes #8212 --- I'd like to refactor [`TestExtractorTestService`](https://github.com/meltano/meltano/blob/a35be0e5e131c0799f595f97bb1a63ff6a8c0679/tests/meltano/core/test_plugin_test_service.py#L44-L159) and [`TestCliConfig.test_config_test`](https://github.com/meltano/meltano/blob/a35be0e5e131c0799f595f97bb1a63ff6a8c0679/tests/meltano/cli/test_config.py#L69-L87) to spin up a real dummy process, rather than stub out return values through a mock. This means we could...

Community-Contributed PR

### Feature scope CLI (options, error messages, logging, etc.) ### Description Currently, you can only leverage `meltano install` in parallel for all plugin types or all plugins of a specific...

kind/Feature
valuestream/Meltano

### Meltano Version 2.20.0 ### Python Version 3.8 ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System Linux - Ubuntu 22.04 ### Description Given a plugin in...

kind/Bug
valuestream/Meltano

``` Plugin configuration is invalid {"type": "RECORD", "stream": "SUPPORT", "record": {"id": "2957642436270096567", "display_name": "b98ee58e372a7398b882a22abcd0b149", "email": "622474637484ce932692c2e646ba05d2", "department": "Support", "manager_id": "2636555004332212249", "manager_name": "67c835d0879ab870f0ffbc7f355b2b5b", "manager_email": "6897008ad2a760717537fbd0d8d69c9e", "2nd_level_manager_id": "2790094842804306626", "is_manager": "FALSE"}, "time_extracted": "2023-10-03T22:32:58.394266+00:00"}...

help wanted
Windows
kind/Bug
valuestream/Meltano

https://github.com/mdbtools/mdbtools/blob/bb83142d474ccfd03e6ab1878600063659036806/HACKING.md?plain=1#L491-L506 In this section of the Jet4 TDEF block, the definition segments don't add up to 28 bytes (24 bytes specified, 4 missing). Should there be another entry at the...

Following [this comment](https://github.com/mdbtools/mdbtools/issues/384#issuecomment-1194669951), I get the following error when trying to get primary keys via `pyodbc`: ``` Python 3.8.18 (default, Aug 24 2023, 19:48:18) [GCC 11.4.0] on linux Type "help",...