-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
chore(dashboard): Datasource -> Dataset #13939
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13939 +/- ##
==========================================
+ Coverage 77.91% 78.10% +0.18%
==========================================
Files 934 934
Lines 47350 47349 -1
Branches 5941 5943 +2
==========================================
+ Hits 36894 36983 +89
+ Misses 10308 10222 -86
+ Partials 148 144 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
?.datasourceCount; | ||
const hasColumn = | ||
hasDatasource && | ||
hasDataset && | ||
!FILTERS_WITH_ONLY_DATASOURCE.includes(formFilter?.filterType); | ||
|
||
const hasFilledDatasource = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this one be updated too?
@@ -271,7 +269,7 @@ export const FiltersConfigForm: React.FC<FiltersConfigFormProps> = ({ | |||
forceUpdate(); | |||
}} | |||
filterId={filterId} | |||
hasDatasource={hasDatasource} | |||
hasDatasource={hasDataset} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also this one?
* chore(dashboard): Datasource -> Dataset * lint * more renaming datasource -> dataset
* chore(dashboard): Datasource -> Dataset * lint * more renaming datasource -> dataset
SUMMARY
Just transitioning from deprecated terminology
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION