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

   <!-- Answer -->
   The "Tags" section is missing in Superset 5.0.0 because the tags UI was 
introduced after that version—so this is expected for your setup. However, the 
backend and API do support tags, and you can use the API as a workaround for 
the dashboard metadata saving bug.
   
   To do this: 
   
   1. Find your dashboard's numeric ID (you can see it in the URL when editing 
the dashboard, e.g., /dashboard/{id}/).
   2. Make a POST request to /api/v1/tag/2/{dashboard_id}/ (where 2 is the 
object type for dashboards) with a JSON body like:
      ```json
      {
        "properties": {
          "tags": ["temp-tag"]
        }
      }
      ```
      This will create and attach a tag to your dashboard.
   3. After this, try saving your dashboard metadata again (set 
"cross_filters_enabled": true and save). The change should now persist.
   
   You’ll need an account with API access and dashboard edit rights. If you 
can’t use the API, upgrading to a newer Superset version is the only reliable 
alternative. 
   
   Let me know if you need a curl example or more details!  
   [Reference: API and tags 
backend](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/tags/api.py)
   
   
   <!-- 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/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/7d23a659-377b-4216-84d9-a4571e77939f?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