Aaron ("AJ") Steers

Results 202 issues of Aaron ("AJ") Steers

:bulb: **The Idea** We use this library a bunch to deliver Slack messages. However, formatting is always tricky and we often get formatting rules wrong a few times before getting...

enhancement

Discuss in slack thread: https://meltano.slack.com/archives/C01TCRBBJD7/p1676478682584279?thread_ts=1676381259.070699&cid=C01TCRBBJD7 StackOverflow: https://stackoverflow.com/a/71669575/4298208

Documentation
good first issue
Accepting Pull Requests

This feature would add a `--refresh` option, or similar CLI arg to the `meltano select` CLI command. https://docs.meltano.com/reference/command-line-interface#select ``` # Refresh the cached catalog by re-running discovery meltano select tap-github...

Accepting Pull Requests
kind/Feature

### Feature scope CLI (options, error messages, logging, etc.) ### Description ## Use case 1 For integrations which want to leverage a tap's list of available and/or selected fields and...

good first issue
Accepting Pull Requests
cli
kind/Feature
valuestream/Meltano

This feature would stack together two other features: - #7558 - #7557 So that internally, the Cloud CLI could (1) know the Execution ID for a `meltano cloud run` command...

I love that this library exists but I'm struggling to put it into practice. As of now, my linter (mypy and ruff, on vs code) don't check or warn about...

This is still a work in progress...

On the docs page, https://docs.astral.sh/ruff/rules/blanket-type-ignore/, it would be extremely helpful to link to a reference of possible ignore-type codes. Otherwise, the rule is not actionable as-is. I would be happy...

documentation

Currently, this package (`airbyte-api`) imports with `import airbyte`. The new PyAirbyte library _also_ imports with `import airbyte`. I'm starting to work through this issue, trialing a few approaches in -...

Follows from - #66 Manually applying changes because I'm not sure how to run codegen. (Related to #68)