Aaron ("AJ") Steers
Aaron ("AJ") Steers
Per - #1500 Specifically, `json.loads()` and `json.dumps()` would be helpful.
### Feature scope Taps (catalog, state, stream maps, etc.) ### Description This proposal would introduce a standard tap config option lik `ignored_patterns` or `ignored_streams`, or just `ignore`, which would accept...
As noted elsewhere, this is relatively trivial to implement engineering-wise but non-trivial config-wise/spec-wise, and specifically because there isn't and never has been an exact "CSV spec". ## "CSV" is really...
Thanks so much for creating these! Have you considered registering these with https://schemastore.org? At [Meltano](meltano.com), we registered our JSON schema in schemastore.org - which is then automatically applied in VS...
I came here to report a bug and start working on a PR but I see there may already be two open PRs that relate to this issue. The issue...
# Description of change * PyPi repo is 2 years stale, with last update in 2018: https://pypi.org/project/singer-tools/#history * Repo has updates within last 2 months. * Better to give pip...
I'd like to pull a list of all public repositories using the `repositories` endpoint described here: https://docs.github.com/en/rest/reference/repos#list-public-repositories ## API info I've tested the endpoint with some success. The incremental replication...
The goal here would be for the same connector code to be used in multiple connector variants. E.g. - Postgres could have an RDS/Aurora variant with correct branding, and only...
Resolves #579
I tried to user `userdev` to just run `meltano run dbt-snowflake:run` and there were tons of issue that blocked me from: 1. Testing existing dbt transformations. 2. Adding additional dbt...