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

Lookup versioned node based on parsed project name before updating unique_id #7593

Closed
MichelleArk opened this issue May 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working model_versions

Comments

@MichelleArk
Copy link
Contributor

https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/parser/schemas.py#L1082-L1084

and

https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/parser/schemas.py#L1090

should be:

self.manifest.ref_lookup.get_unique_id(
                        block.name, self.project.project_name, None)
@jtcohen6
Copy link
Contributor

Looks like this was fixed as part of #7374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working model_versions
Projects
None yet
Development

No branches or pull requests

2 participants