Will Da Silva
Will Da Silva
### Feature scope Other ### Description Currently https://github.com/meltano/meltano/blob/d1db9287ddc60269f575cb150971304ad00a8130/src/meltano/core/tracking/schemas.py needs to be manually kept up to date with the schemas in https://github.com/meltano/meltano/tree/d1db9287ddc60269f575cb150971304ad00a8130/src/meltano/core/tracking/iglu-client-embedded/schemas/com.meltano https://github.com/meltano/meltano/issues/6778 was caused by them not being kept in...
### Feature scope Other ### Description Per @dingobar's request on Slack: https://meltano.slack.com/archives/C01TCRBBJD7/p1663137839450139
### Feature scope CLI (options, error messages, logging, etc.) ### Description Currently the least logging you can get using the `--log-level` flag alone is by setting it to `critical`, which...
### Feature scope Other ### Description In a perfect world we wouldn't have flaky tests. We do not live in a perfect world. [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) can be used to automatically rerun...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
There is no issue associated with this PR yet, but I figured it'd be okay to open the PR before discussing it in an issue because of how simple the...
Currently the following language bindings are supported: - Java - Kotlin - Swift - Go It would be nice to add Python to the list, as it's one of the...
@edgarrmondragon has proven Ruff's value and suitability across several repositories within the Meltano GitHub org. We should be able to use it to replace `flakeheaven`, `pyupgrade`, and `isort` within the...
Follows from: - https://github.com/meltano/infra/pull/1418, which implemented the Meltano Cloud org API, and the endpoint `/organizations/v1//github_users` We should add an `org` subcommand to the Cloud CLI. This command would start with...
Blocked by: - https://github.com/meltano/infra/issues/1585 - https://github.com/meltano/meltano/issues/7875 This issue is for the implementation of the following command: `meltano cloud org user list` It seems likely that we'll soon be able to...