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

bug: dbt tests failing #654

Closed
3 tasks done
pnadolny13 opened this issue Jun 22, 2023 · 1 comment · Fixed by #656
Closed
3 tasks done

bug: dbt tests failing #654

pnadolny13 opened this issue Jun 22, 2023 · 1 comment · Fixed by #656
Assignees

Comments

@pnadolny13
Copy link
Contributor

pnadolny13 commented Jun 22, 2023

@pnadolny13 pnadolny13 self-assigned this Jun 22, 2023
@pnadolny13
Copy link
Contributor Author

pnadolny13 commented Jun 27, 2023

The duplicate execution IDs is due to https://github.com/meltano/infra/issues/1500 in the join logic we assume deployments and environments are 1-1 but theres now a user who has multiple deployments for the same environment so its fanning out the join. The backend tables need to be altered in order to support this. Either limit 1-1 for deployments and environments or add the deployment to the workload metadata table.

UPDATE: the metadata workload tables does have deployment name but it was never staged in dbt, see https://github.com/meltano/infra/issues/1500#issuecomment-1609826312.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned
Development

Successfully merging a pull request may close this issue.

1 participant