Closed mikealfare closed 3 months ago
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide.
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide.
Problem
The new version of
upload-artifacts
requires a unique artifact name for upload whereas the old one allowed for overwriting the existing artifact. This was addressed for the test results, but not the logs resulting from running the tests.Solution
Add the same uniqueness namespace to the logs artifact that is used for the test results artifact.
Checklist