You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The arrow project uses docker compose to make it easier to reproduce environments for development and testing. While we don't have as complicated of an environment requirement, there are some places where this could help:
SQL test cases would become more reproducible for developers
We can more clearly delimitate what is required for particular development and testing workflows
Particularly for point 2 above, we right now have a rather monolithic environment.yml file that could be broken up into different docker compose services.
The arrow project uses docker compose to make it easier to reproduce environments for development and testing. While we don't have as complicated of an environment requirement, there are some places where this could help:
SQL test cases would become more reproducible for developers
We can more clearly delimitate what is required for particular development and testing workflows
Particularly for point 2 above, we right now have a rather monolithic environment.yml file that could be broken up into different docker compose services.
A sample file might look something like this:
This is just a rough sketch; We can get more advanced and parametrize the Python versions to match what we support
The text was updated successfully, but these errors were encountered: