generate column-pointed URL
See original GitHub issueExpected Behavior or Use Case
Currently, the URL is created per table. For instance, when we have a table in Postgres with
- database : test_db
- schema : test_schema
- table: test_table
- columns:
- test_column1
- test_column2 ⋮
https://amundsen.something.com/table_detail/test_db/postgres/test_schema/test_table
But I just thought it would be better if we can add one more level, i.e. column to it so that the URL becomes
https://amundsen.something.com/table_detail/test_db/postgres/test_schema/test_table/test_column1
Service or Ingestion ETL
I think frontend maybe?
Possible Implementation
Example Screenshots (if appropriate):
Context
I received a feedback from one of my colleagues asking whether this is possible. He wanted to share a URL of specific table with more than 20 columns to another colleague. Given the number of columns, it seemed better to have an anchor link per column so that by opening the link it lands on the column directly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
URL builders - Analytics Help - Google Support
Generate custom campaign parameters for your advertising URLs. ... You can create your URLs by hand or you can use a URL generator....
Read more >Making column data a url link from random array generated ...
I have created a html table using array and explode to get table rows and table data. Here is my snipit of that...
Read more >Creating Conversion Out of Content - Moz
Create linkable content wrapped in a website aimed at conversion. After all, this is marketing and sales should be the primary goal.
Read more >1. Auth_db Module - Kamailio SIP Server
This is URL of the database to be used. ... put domain in username parameter), then column pointed to by password_column_2 parameter will...
Read more >Glide Docs • Construct URL
Create URLs based on the different values in your table. ... The Construct URL column lets you create a URL using custom and/or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ttannis agree 💯 that introducing individual pages for columns would be undesirable. It doesn’t have to be implemented with that tough.
If those deep links were in the form of
#
fragment links likehttps://amundsen.something.com/table_detail/test_db/postgres/test_schema/test_table#test_column1
it could just work as “scroll this column into view” - preferably with a visual highlight effect. E.g. column filtering as you suggest would make it very clear, but depending on filter UI Implementation could also have a risk of misleading the person receiving the deep link that the given table only has this one column because they didn’t apply the filter themselves.The deep links could be added to notifications sent out on “request info on column level”.
A little more context here on Slack
Thanks @jornh Will get some additional eyes on this from maintainers to ensure my perspective alone doesn’t make the call here.