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

[CT-2392] [Feature] return models in dbt ls by patch path #7315

Closed
3 tasks done
dave-connors-3 opened this issue Apr 10, 2023 · 0 comments · Fixed by #7321
Closed
3 tasks done

[CT-2392] [Feature] return models in dbt ls by patch path #7315

dave-connors-3 opened this issue Apr 10, 2023 · 0 comments · Fixed by #7321
Labels
enhancement New feature or request help_wanted Trickier changes, with a clear starting point, good for previous/experienced contributors paper_cut A small change that impacts lots of users in their day-to-day

Comments

@dave-connors-3
Copy link
Contributor

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

Describe the feature

right now, running dbt ls -s path/to/_resource.yml, you get only resources defined in that yml file, which are only tests, exposures, sources, and metrics (yml only resources)

I would like to be able to see the full lineage of any resource related to that file. Specifically, if the _resource.yml file in question contains model blocks, I'd like to see those resources as well!

This would unblock full lineage in the dbt Cloud IDE (i.e. you should be able to see lineage when viewing yml_with_only_model_blocks.yml

Describe alternatives you've considered

go to the beach, call it a day

Who will this benefit?

dbt Cloud IDE users

Are you interested in contributing this feature?

yeah buddy

Anything else?

No response

@dave-connors-3 dave-connors-3 added enhancement New feature or request triage labels Apr 10, 2023
@github-actions github-actions bot changed the title [Feature] return models in dbt ls by patch path [CT-2392] [Feature] return models in dbt ls by patch path Apr 10, 2023
@jtcohen6 jtcohen6 added help_wanted Trickier changes, with a clear starting point, good for previous/experienced contributors paper_cut A small change that impacts lots of users in their day-to-day and removed triage labels Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help_wanted Trickier changes, with a clear starting point, good for previous/experienced contributors paper_cut A small change that impacts lots of users in their day-to-day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants