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

support to filter the datasource #195

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

Nicole00
Copy link
Contributor

  1. when import other datasource into nebula, we can filter the data from other data system.
  2. add config filter for each tag or edge in conf file, and the filter rule can be simple "age>18", "name='Tom'", "name!='Bob'", and can be complex "col_a <= 5 AND col_b > 0.6 AND col_c <= 5", col_a <=5 OR col_b isin (1, 2, 3)

@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (e57651a) 50.58% compared to head (c121554) 50.60%.

Files Patch % Lines
...la/com/vesoft/exchange/common/config/Configs.scala 50.00% 4 Missing and 2 partials ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #195      +/-   ##
============================================
+ Coverage     50.58%   50.60%   +0.02%     
  Complexity       89       89              
============================================
  Files            22       22              
  Lines          1957     1970      +13     
  Branches        383      386       +3     
============================================
+ Hits            990      997       +7     
- Misses          777      781       +4     
- Partials        190      192       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nicole00 Nicole00 merged commit 0784c0b into vesoft-inc:master Jan 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants