dosubot[bot] commented on issue #30952:
URL: https://github.com/apache/superset/issues/30952#issuecomment-2481874658

   <!-- Greeting -->
   Hey @rithysokun! 👋 I'm here to help you with any bugs, questions, or 
contributions you have for Superset. Let's tackle this together!
   
   <!-- Answer -->
   The issue you're experiencing with the 'drill-to-detail' feature not 
updating the underlying data in Superset version 3.0.0 could be due to several 
conditions under which this feature fails to function correctly:
   
   1. **Database Settings**: If the database settings have 
`disable_drill_to_detail` set to true, the feature will not work 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx)</sup>.
   
   2. **No Aggregations**: The feature requires the chart to group data by 
dimension value. If there are no aggregations (metrics), it will be disabled 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx)</sup>.
   
   3. **No Filters**: The feature needs filters to be applied. Without filters, 
it cannot drill down by dimension value 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx)</sup>.
   
   4. **Unsupported Chart Type**: If the chart type does not support the 
drill-to-detail behavior, the feature will not be available 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx)</sup>.
   
   5. **No Dimensions**: If the chart does not group data by dimension value, 
the feature will be disabled 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.test.tsx)</sup>.
   
   Ensure that these conditions are met in your setup. If the issue persists 
despite meeting these conditions, it might be a bug specific to your 
environment or configuration.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to