dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
9.68k stars 1.61k forks source link

Use, and extend as necessary, happy path fixture for `tests/functional/artifacts/test_artifacts.py` #10286

Closed QMalcolm closed 3 months ago

QMalcolm commented 3 months ago

Housekeeping

Short description

This ticket should build on the work from #10256. Specifically we want to update the tests in tests/functional/artifacts/test_artifacts.py to use the the happy path project fixture where relevant. This may require adding to the happy path fixture.

Acceptance criteria

ChenyuLInx commented 3 months ago

After looking into this test, it is fairly involved with the models being executed. We decided to not convert it to using happy path fixture.