Will Da Silva
Will Da Silva
Context from an internal Slack channel: https://meltano.slack.com/archives/C05LA8Q5TF1/p1693512993163689 Paraphrasing the request: > Could we have a command to convert a local `.env` file to cloud env set? I'm just thinking about...
Context on Slack (private channel): https://meltano.slack.com/archives/C03GKHWS0HM/p1683289558176579 This would be similar to how `pulumi` warns the user when they're not using the latest version of the `pulumi` CLI, and provides instructions...
@tayloramurphy requested this feature during office hours on 2023-06-07
https://docs.python.org/3/library/importlib.resources.html > This module leverages Python’s import system to provide access to resources within packages. If you can import a package, you can access resources within that package. Resources can...
Transfer of issue * https://github.com/meltano/infra/issues/1256 to https://github.com/meltano/meltano Note that issues created in private repositories cannot be transferred to public repositories. Please refer to the original issue for additional details.
This issue lists tests which are known to be flaky, i.e. they fail intermittently when they ought to pass. Each flaky test can be broken into a new issue, addressed...
Context: - https://github.com/meltano/meltano/pull/7467#discussion_r1158588785 --- Currently `meltano state list` accepts a `--pattern` argument which can use `*` as a wildcard. Since most shells expand this character, it must be quoted. We...
Also when the workflow/action for building Docker images are updated. This should always be run as a dry run.
When I click on a "Open Issues" badge it should open the issues page for that repository. The badges for forks, contributors, stars, PRs, etc. should all also be links.
# Description This PR adds ESLint as a dev dependency, a lint config for ESLint, and a GitHub workflow to run ESLint on every push and pull request. There are...