Andrew Montanez

Results 81 issues of Andrew Montanez

This PR alters the logic of `_reverse_transform` so that it can work naturally with the random regex transformer. The previous logic was: 1. If the amount of values the generator...

### Problem Description _As a user, it can be confusing to figure out which metadata to provide for different scenarios and how to format it. Since majority of the metadata...

feature request

### Problem Description _As a user, I'd like to be able to detect a subset of the metadata based on my needs. For example, I may only want to detect...

feature request

### Problem Description _As a developer, I'd like to know how much code is covered by our integration tests._ ### Expected behavior Currently, our code coverage is only based off...

maintenance

### Problem Description The [metadata.add_column](https://github.com/sdv-dev/SDV/blob/8cec1f7c49c4e4242c260653db8bea042ad9f209/sdv/metadata/single_table.py#L259) method can sometimes be unreasonably slow (a few seconds). This seems to be because during its validation, we check if it isn't a faker function,...

feature request
feature:performance

### Problem Description Python 3.13 was released Oct 7, 2024. We should begin to add support for it. ### Expected behavior - Support python 3.13

maintenance
feature request

### Problem Description _As a developer, I want to see the code coverage for our different test suites._ The [codecov action](https://github.com/codecov/codecov-action) we use updated and now requires a token parameter...

maintenance

### Problem Description Python 3.13 was released Oct 7, 2024. We should begin to add support for it. ### Expected behavior - Support python 3.13

maintenance
feature request