Ability to install all database adapters
sar009 opened this issue · 3 comments
Is your feature request related to a problem? Please describe.
I am using almost all databases and I need to install the adapter for each database as
pip install data-diff 'data-diff[postgresql,snowflake ,redshift,mysql,presto,oracle]' -U
rather if I could use something like the below and install all database adapters
pip install data-diff 'data-diff[with_everything]' -U
Describe the solution you'd like
add with_everything
option
Describe alternatives you've considered
N/A
Additional context
N/A
This issue has been marked as stale because it has been open for 60 days with no activity. If you would like the issue to remain open, please comment on the issue and it will be added to the triage queue. Otherwise, it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment and it will be reopened for triage.