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

   <!-- Answer -->
   The tag was attached to a chart, not your dashboard—Superset’s tagging API 
uses different object types for charts (2) and dashboards (3), and IDs are not 
shared between them. To work around the dashboard metadata saving bug in 5.0.0, 
you need to attach a tag to the dashboard itself (object_type=3). 
   
   Try this API call instead:
   
   ```
   POST /api/v1/tag/3/13/
   {
     "properties": {
       "tags": ["temp-tag"]
     }
   }
   ```
   
   After you do this, check `/api/v1/tag/get_objects/` and confirm the tagged 
object type is "dashboard". Then retry saving `"cross_filters_enabled": true` 
in the dashboard properties. If it still doesn’t persist, upgrading Superset is 
the only reliable fix—the bug is resolved in newer versions ([PR 
#34193](https://github.com/apache/superset/pull/34193)).
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/1d47f017-900e-456d-99eb-ab8c32d34749?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu
 b)&nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34688)


-- 
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