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-2614] [Bug] Removing project dependency from dependencies.yml between runs causes RuntimeError #7745

Closed
Tracked by #7372
MichelleArk opened this issue May 31, 2023 · 0 comments · Fixed by #7743
Closed
Tracked by #7372
Assignees
Labels
bug Something isn't working multi_project

Comments

@MichelleArk
Copy link
Contributor

Going from:

-- dependencies.yml
projects:
  - name: project_a

to:

-- dependencies.yml
projects: []

causes:

  File "/Users/michelleark/src/dbt-core/core/dbt/parser/manifest.py", line 791, in build_public_nodes
    for project_name, publication in self.manifest.publications.items():
RuntimeError: dictionary changed size during iteration
@MichelleArk MichelleArk added bug Something isn't working multi_project labels May 31, 2023
@MichelleArk MichelleArk self-assigned this May 31, 2023
@github-actions github-actions bot changed the title [Bug] Removing project dependency from dependencies.yml between runs causes RuntimeError [CT-2614] [Bug] Removing project dependency from dependencies.yml between runs causes RuntimeError May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working multi_project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant