Edgar Ramírez Mondragón

Results 232 issues of Edgar Ramírez Mondragón

### Feature scope Targets ### Description We have a few metrics computed for taps: * Record counter * Request counter * Sync timer * Request timer It would be interesting...

kind/Feature
valuestream/SDK

### Feature scope Taps (catalog, state, stream maps, etc.) ### Description ### Proposal #### Option 1 Use a JSONPath expression to declare the possibly nested field: ```python class MyStream(Stream): replication_key...

kind/Feature
good first issue
Accepting Pull Requests
valuestream/SDK
evergreen

### Singer SDK Version 0.31.1 ### Is this a regression? - [ ] Yes ### Python Version NA ### Bug scope Mapping (stream maps, flattening, etc.) ### Operating System NA...

kind/Bug
valuestream/SDK

### Singer SDK Version 0.31.1 ### Is this a regression? - [ ] Yes ### Python Version NA ### Bug scope Mapping (stream maps, flattening, etc.) ### Operating System NA...

kind/Bug
good first issue
Accepting Pull Requests
valuestream/SDK

### Feature scope Targets (data type handling, batching, SQL object generation, etc.) ### Description ## Proposal As a target user, I would like to configure a max allowed memory footprint...

kind/Feature
valuestream/SDK

### Feature scope Taps (catalog, state, stream maps, etc.) ### Description Currently, the object returned by [`get_new_paginator`](https://sdk.meltano.com/en/latest/classes/singer_sdk.RESTStream.html#singer_sdk.RESTStream.get_new_paginator) is only available in the scope of the `request_records` method: https://github.com/meltano/sdk/blob/ae0a624ac31402f46c37e8e3806895bb5df20a49/singer_sdk/streams/rest.py#L356-L383 However, to...

kind/Feature
valuestream/SDK

Currently, a setting of array type can be parsed from an env var with the following format: ```python MY_ENV_VAR='a,b,c' ``` However, Meltano expects array settings to be JSON arrays: ```python...

### Feature scope Targets (data type handling, batching, SQL object generation, tests, etc.) ### Description Follow-on from #1323

kind/Feature
valuestream/SDK
SQL

Switching to `2.0.0` I found that this tap outputs bad schema messages: Original schema: ```json { "properties": { "_id": { "type": "string" }, "student_id": { "type": "integer" }, "class_id": {...

# Description of change (write a short description or paste a link to JIRA) # Manual QA steps - # Risks - # Rollback steps - revert this branch