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

Lineage Graph Ignores Sources that are Tagged #3124

Closed
1 of 5 tasks
alittlesliceoftom opened this issue Feb 23, 2021 · 2 comments
Closed
1 of 5 tasks

Lineage Graph Ignores Sources that are Tagged #3124

alittlesliceoftom opened this issue Feb 23, 2021 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@alittlesliceoftom
Copy link

alittlesliceoftom commented Feb 23, 2021

Describe the bug

GIVEN THAT my yaml attempts to tag a set of sources like:

 - name: raw_location
   tags: 
     - DailySync

Then when I build and serve docs, the sources exists, and have the tag, but they don't show on the lineage graph's.

Steps To Reproduce

Add a tag at the source name level to your yaml

 - name: raw_location
   tags: 
     - DailySync

Expected behavior

See all sources.

Screenshots and log output

Not included as work data

System information

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: Synapse)

The output of dbt --version:

  - sqlserver: 0.18.1

The operating system you're using:
Windows (10) + Unix deployments.
The output of python --version:
Python 3.8.7

Additional context

Add any other context about the problem here.

@alittlesliceoftom alittlesliceoftom added bug Something isn't working triage labels Feb 23, 2021
@alittlesliceoftom
Copy link
Author

Relationships between source and model hold, just not on graph.

@jtcohen6 jtcohen6 removed the triage label Feb 24, 2021
@jtcohen6
Copy link
Contributor

@alittlesliceoftom Good news! This bug was resolved for v0.19.0 (dbt-labs/dbt-docs#139). Could you try upgrading and ensure it resolves the issue?

@jtcohen6 jtcohen6 added the duplicate This issue or pull request already exists label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants