Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Fugue SQL dependencies into functions as soft dependencies #481

Merged
merged 7 commits into from
Jun 7, 2023

Conversation

goodwanghan
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b92be71) 100.00% compared to head (947afe6) 100.00%.

❗ Current head 947afe6 differs from pull request most recent head 4ed02bd. Consider uploading reports for the commit 4ed02bd to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #481   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          128       128           
  Lines        12009     12036   +27     
=========================================
+ Hits         12009     12036   +27     
Impacted Files Coverage Δ
fugue/_utils/misc.py 100.00% <100.00%> (ø)
fugue/collections/sql.py 100.00% <100.00%> (ø)
fugue/execution/native_execution_engine.py 100.00% <100.00%> (ø)
fugue/sql/_utils.py 100.00% <100.00%> (ø)
fugue/sql/workflow.py 100.00% <100.00%> (ø)
fugue_dask/_utils.py 100.00% <100.00%> (ø)
fugue_dask/execution_engine.py 100.00% <100.00%> (ø)
fugue_test/builtin_suite.py 100.00% <100.00%> (ø)
fugue_test/execution_suite.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@goodwanghan goodwanghan added this to the 0.8.5 milestone Jun 7, 2023
@goodwanghan goodwanghan added the enhancement New feature or request label Jun 7, 2023
@goodwanghan goodwanghan merged commit e600dad into master Jun 7, 2023
@goodwanghan goodwanghan deleted the 0.8.5.1 branch June 7, 2023 07:33
@goodwanghan goodwanghan changed the title Move soft dependencies into functions Moved Fugue SQL dependencies into functions as soft dependencies Jun 11, 2023
@goodwanghan goodwanghan changed the title Moved Fugue SQL dependencies into functions as soft dependencies Move Fugue SQL dependencies into functions as soft dependencies Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Move Fugue SQL dependencies into extra [sql] and functions to become soft dependencies
3 participants