Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix heading and links for loaded_at_field #5207

Merged
merged 7 commits into from
Apr 4, 2024
Merged

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Apr 1, 2024

Preview 1.6
Preview 1.7

What are you changing in this pull request and why?

The changes in this PR fix the following two issues:

  1. There are two links on the sidebar for loaded_at_field:

    image
  2. Another issue is that links to the #loaded_at_field anchor tag won't always go where you intend, depending on the version the user has selected. I believe this has the same root cause as the first issue.

🎩

After

image

1.6 before

image

1.6 after

image

1.7 before

image

1.7 after

image

Checklist

Copy link

vercel bot commented Apr 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 8:55am

@github-actions github-actions bot added content Improvements or additions to content size: small This change will take 1 to 2 days to address labels Apr 1, 2024
@dbeatty10 dbeatty10 marked this pull request as ready for review April 2, 2024 15:41
@dbeatty10 dbeatty10 requested a review from a team as a code owner April 2, 2024 15:41
@dbeatty10 dbeatty10 enabled auto-merge (squash) April 2, 2024 15:42
(Required)
</VersionBlock>
A column name (or expression) that returns a timestamp indicating freshness.

<br/><br/>A column name (or expression) that returns a timestamp indicating freshness.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the <br/><br/> tags is a little ugly, but it's the only thing I found that would work to preserve the current formatting.

I tried several things to no avail.

If we don't like them, I'd suggest that we merge this PR as-is and create a follow-up to address them.

Copy link
Contributor

@mirnawong1 mirnawong1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm and i believe this may be related to a potential bug that i reported to the front end team here.

i had another pr where i did something similar to what you did here in order to solve this until it's permanently fixed.

@dbeatty10 dbeatty10 merged commit 26ce6e2 into current Apr 4, 2024
11 checks passed
@dbeatty10 dbeatty10 deleted the dbeatty10-patch-3 branch April 4, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content size: small This change will take 1 to 2 days to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants