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

Add link to report issues when displaying errors in the CLI #1670

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

plypaul
Copy link
Contributor

@plypaul plypaul commented Feb 7, 2025

This PR adds a suggestion to report bugs by going to a supplied link when the CLI displays errors.


@staticmethod
def get_time_spine_docs_link(dbt_core_version: Optional[Version]) -> str: # noqa: D102
time_spine_docs_url = "https://docs.getdbt.com/docs/build/metricflow-time-spine"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: might a good idea to leave all these URLs on the top as constants so it's all in one place

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

Base automatically changed from p--misc--04 to main February 10, 2025 22:27
@plypaul plypaul merged commit 1541371 into main Feb 13, 2025
11 checks passed
@plypaul plypaul deleted the p--misc--05 branch February 13, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants