Emily Rockman

Results 67 comments of Emily Rockman

@fivetran-joemarkiewicz I’m planning to open a PR soon that will initially support only Postgres. Focusing on Postgres allows me to streamline the testing process by running everything locally, without needing...

I always love a good reproduction repo. ❤️ Thanks for that @skirino! I agree this is related to #4538 but I think it may have to do with `base_path` as...

After installing dependencies I get the following results from the command `py.test -vvv --target postgres` ``` ==================================================================== short test summary info ==================================================================== FAILED e2e/report/test_report.py::test_report_keys - FileNotFoundError: [Errno 2] No such...

@haritamar I've been working on trying to get this setup on your project for just postgres. Adding additional adapter testing is very straightforward at that point. I'll reach out if...

I'm going to need someone more familiar with the package and how testing works to help work out the testing errors.