question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

generate column-pointed URL

See original GitHub issue

Expected 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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
jornhcommented, Sep 3, 2020

A new URL would direct to a new page, and we don’t have plans to expose individual pages for columns so they aren’t something that can be linked to.

@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 like https://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

1reaction
ttanniscommented, Sep 3, 2020

Thanks @jornh Will get some additional eyes on this from maintainers to ensure my perspective alone doesn’t make the call here.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found