DataJunction / dj

A metrics platform.
http://datajunction.io
MIT License
34 stars 15 forks source link

Remove dimension links when referenced columns are gone #1034

Open shangyian opened 3 months ago

shangyian commented 3 months ago

When a node's query is edited to remove some columns, the dimension links that reference these columns should be removed from API endpoint responses and the UI since they are no longer valid dimension links.

We can keep the links saved in the database so that if the columns ever get added back, the dimension links will be immediately available.