chore(command): Organize Commands according to SIP-92#25850
Merged
michael-s-molina merged 1 commit intoNov 22, 2023
Conversation
1701917 to
f774fa5
Compare
f774fa5 to
cc0a0a8
Compare
86d25ae to
edda57b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #25850 +/- ##
===========================================
+ Coverage 58.92% 69.09% +10.17%
===========================================
Files 1940 1940
Lines 75867 75867
Branches 8444 8444
===========================================
+ Hits 44706 52423 +7717
+ Misses 28985 21268 -7717
Partials 2176 2176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
edda57b to
775da08
Compare
josedev-union
pushed a commit
to Ortege-xyz/studio
that referenced
this pull request
Jan 22, 2024
cccs-rc
pushed a commit
to CybercentreCanada/superset
that referenced
this pull request
Mar 6, 2024
vinothkumar66
pushed a commit
to vinothkumar66/superset
that referenced
this pull request
Nov 11, 2024
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
This PR is one of many to related to SIP-92 Proposal for restructuring the Python code base. Specifically it organizes all the Commands under the superset/commands subfolder. The naming convention adheres to #24331, though upon further inspection the
daos/annotation.pyfile was renamed todaos/annotation_layer.pygiven that Annotation Layer is actually the umbrella construct.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION