Add `do_not_select` parameter
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Search the Python API for the existing select_only parameter and inspect how table selections are applied when creating EntitySets from SQL databases. Define how do_not_select should interact with select_only, then add coverage showing that excluded tables are omitted while the remaining tables are selected.
Written by the indexing model from the issue text.
Description
Suppose user has 100 tables, and wants to include all but n. It may be useful to have a do_not_select parameter instead of having to enumerate the 100-n tables they do want in the select_only argument.
- Dominant language
- Python
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from alteryx/featuretools_sql
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 68/100
alteryx/featuretools_sql#36 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
alteryx/featuretools_sql#83 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
alteryx/featuretools_sql#70 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
alteryx/featuretools_sql#56 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
alteryx/featuretools_sql#55 ·
All issues in alteryx/featuretools_sql
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100