Will Da Silva

Results 59 issues of Will Da Silva

### Meltano Version 2.3.0 ### Python Version NA ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System NA ### Description ```sh $ python -m meltano /home/will/.pyenv/versions/meltano37/bin/python: No...

kind/Bug
valuestream/Meltano

The style guide in the contributor docs says: > MyPy is currently only executed as part of the build pipeline in order to avoid overwhelming developers with the complete list...

CI/CD
kind/Tech Debt
valuestream/Meltano

The following vulnerabilities have been detected: ``` src/webapp/yarn.lock » [email protected] – Template injection in ejs (critical severity) ↪ https://github.com/advisories/GHSA-phwq-j96m-2c2q src/webapp/yarn.lock » [email protected] – Server-Side Request Forgery in Axios (high severity)...

kind/Risk
valuestream/Meltano

As discussed in a recent call, editing an old file only to have it spring dozens of linter issues on you because we currently only lint changed files is always...

kind/Tech Debt
valuestream/Meltano

As explained [in this GitHub blog post](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/), and detailed [in the GitHub docs](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary), we can create a markdown job summary for a workflow. Creating a test workflow job summary similar...

CI/CD
kind/Tech Debt
valuestream/Meltano

We currently have some of our CLI comments implemented by `async` functions. We could implement them all as `async` functions, and then run them in a wrapper that yields from...

Telemetry

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? The `Path` library does not...

feature request

I'd be happy if it had the same semantics as Python's [`os.walk`](https://docs.python.org/3/library/os.html#os.walk)

feature request

### Is your feature request related to a problem? There does not appear to be any way to access the content of a module object programmatically. ### Describe the solution...

feature request