dbt-labs / dbt-bigquery

dbt-bigquery contains all of the code required to make dbt operate on a BigQuery database.
https://github.com/dbt-labs/dbt-bigquery
Apache License 2.0
224 stars 157 forks source link

Fix the logs upload step for integration tests #1325

Closed mikealfare closed 3 months ago

mikealfare commented 3 months ago

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

github-actions[bot] commented 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.

github-actions[bot] commented 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.