Solved

Export event definition

  • 25 April 2022
  • 2 replies
  • 138 views

Userlevel 3
Badge

Hi folks,

 

We are sharing heap data with other teams. right now we sync heap data out to BigQuery and then the downstream teams will absorb the data from BigQuery. Now the teams who get the data would also like to get the detailed event definition.

I put the event definition in the “Notes” section of the event page. Is there any way I can share the event definition with those teams automatically? 

 

icon

Best answer by jonathan 22 March 2023, 03:44

View original

2 replies

Userlevel 1
Badge +1

Hey Jiefang,

 

As far as I know we currently don’t support syncing the notes field on events downstream. I will log a feature request for you. 

In the mean time if you haven’t already,  I recommend setting up an enforced naming convention on heap events and try to make them as semantic as necessary for the teams using them downstream. You can learn more about that here https://help.heap.io/define-analyze/data-management/categories-and-naming-conventions/
 

Userlevel 5
Badge +3

@jiefang We do now support notes in the warehouse! The table `_event_metadata` holds data on each event in your dataset.

- table_name
- ui_name
- notes
- category
- verified_at
- verified_by
- source
- last_updated_at
- last_updated_by

Reply