-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Additional config options, upgrade SDK, fix tests, run pip …
…check (#23) I put together a few fixes and new features aimed at giving users a bit more control over the way wrapped sources execute. Now you can force execution in docker. Fixes: * Fix existing tests that were broken * Fix natively executable sources on Windows platforms Updates: * Update Meltano SDK * Use `venv` instead of a direct subprocess call to create a virtual environment. New: * Two new configuration options * `skip_native_check` This allows users to opt out of the check for natively executable sources. This could be preferable when you want to force execution in docker containers. * `native_source_python` This allows you to use a different version of Python to create the virtual environment instead of just the one on your PATH. * Run a pip check after creating a native venv.
- Loading branch information
1 parent
e1349aa
commit c3d1620
Showing
8 changed files
with
720 additions
and
2,607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.