-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fixing create-track] Support data streams in create-track (#1531)
* First commit with indexes extracted * Commit to allow data-stream usage for create-track command Commit to allow data-stream usage even without indices flag Updating error handling Fixing lint errors Fixing format errors * Following PR review recommendations * Adding more meaningfull names in variables * Adding more meaningfull names in variables and fixing lint * Updating conditions for arguments * Adding test for create_track with datastream argument * Removing tests as new story created to track this * Removing tests as new story created to track this * Use argparse to handle mutually exclusive options * Spell data stream in two words * Fix lint * Simplify conditional * Removing hadrcoded Allowed List of indices * Fixing test missing variable that made unit tests to fail and also adding commentary to functions * Adding functionality of hidden indices * Adding check for _all filter and also created unit test for data-stream * Add * and explain reasoning behind special case Co-authored-by: Quentin Pradet <[email protected]>
- Loading branch information
Showing
4 changed files
with
93 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters