Skip to content

Commit

Permalink
Update tutorial message.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Feb 6, 2025
1 parent 8fae147 commit 36624a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dbt-metricflow/dbt_metricflow/cli/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ def _generate_help_message_text(dbt_core_version: Optional[Version], tutorial_di
12. When you're done with the tutorial, run mf tutorial --clean to delete sample models and seeds.
* If a sample project was created, it wil remain.
13. Before integrating metrics into your project, read up on adding a time spine (try <CTRL>+Left Click on the link):
{click.style(time_spine_docs_link, fg="blue", bold=True)}
{click.style(time_spine_docs_link, fg="blue", bold=True)}
If you found MetricFlow to be helpful, consider adding a Github star to promote the project:
{click.style('https://github.com/dbt-labs/metricflow', fg="blue", bold=True)}
"""
)

Expand Down

0 comments on commit 36624a7

Please sign in to comment.