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 ability to use model alias names on dbt docs site #109

Open
michaelkahan opened this issue Jul 14, 2020 · 1 comment
Open

Add ability to use model alias names on dbt docs site #109

michaelkahan opened this issue Jul 14, 2020 · 1 comment
Labels
enhancement New feature or request triage

Comments

@michaelkahan
Copy link

This request is to add the ability to make sure the name on the docs site will always match the name of the deployed model, even if using an alias.

Example Scenario:

  • We have a file name for a model in our dbt project called stg_model_1.sql/yml .
  • We use an alias so that it deploys to our Snowflake environment as just model_1.
  • However, on the dbt docs site it will still display as stg_model_1.

As a result, the name of the deployed model will not match what is shown on the dbt docs website. This could potentially be confusing for end users.

@github-actions
Copy link
Contributor

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants