Currently, the _Query Builder_ within NR1 is making calls to the old _Data Dictionary Service_ REST endpoint. The old service does not have the most up-to-date information (it fetches content from the old site, which no longer exists). We need to update the Query Builder code to have it call NerdGraph directly. The new service is "stitched" in and the up-to-date information can be retrieved there.
The work needs to happen in one of our internal repositories (_insights/wanda-data-exploration_), but I wanted to make a ticket so that we could track the work on our project board. If you need additional direction, feel free to reach out.

I'll take an action to prioritize this @zstix
@austin-schaefer FYI on this. The Query Builder is still point to the old data for attributes hosted via Drupal. We are going to do the work to correct this for the Dev Team that supports the Query Builder UI, SO I was going to put that in our next sprint, if you feel this is a priority 1 issue just let me know. I feel it can wait but wanted to check with you.
@jpvajda : I think it's fine for this to wait for sprint 1. This would also be a good opportunity to remind that team about getting the data explorer to use the new data dictionary service, since currently I think those definitions are only visible in the old query builder.
@austin-schaefer I'm not sure if it's the same team, but i can find out.
So this is the same team and we've been talking to Paty Cuenca about getting the team involved to also make this change to use the new Data Dictionary service for the event attributes.
Maciej Smolinski has pointed us to the repos where these changes need to be made, on GH enterprise. I have the repo info for whomever needs it.
Feel free to ask me for help as well if you need it 馃槃 . I helped write a lot of the original code in the query builder, so I'm pretty familiar with that codebase.
@jerelmiller Thanks! I saw your name on a lot of commits in there. 馃槃
I need to gain access to their repo so that I can PR into it, but this work is complete and ready to be reviewed by their team. For transparency, I'll post some information here:
Before
Notice that there is different content on the docs site vs the in-product tooltip:

After
This data is available via NerdGraph via our new service:

Here's the UI (running locally) making a call to NerdGraph instead:

This has been merged and deployed to staging. A production deployment is planned for next week. I'm going to close this ticket out, since I believe the work our team needs to do is complete! 馃帀
Most helpful comment
I need to gain access to their repo so that I can PR into it, but this work is complete and ready to be reviewed by their team. For transparency, I'll post some information here:
Before

Notice that there is different content on the docs site vs the in-product tooltip:
After

This data is available via NerdGraph via our new service:
Here's the UI (running locally) making a call to NerdGraph instead:
