You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a L-MDS contributor, I want to be confident that the improvements I contribute do not break something, so I can add more improvements faster
Acceptance criteria (given when then)
set up a CI-CD pipeline for the template project itself
include at least a test like the one below to validate that the assets in the template project still load fine
scaffold in CI-CD from template
run this project loads test
details
Using a unit test similar toL
fromcode_location_{{ cookiecutter.project_slug }} importdefsfromdagsterimportDefinitions# @pytest.mark.filterwarnings("ignore::dagster.ExperimentalWarning")deftest_project_loads():
# will raise errors if the project can't load# similar to loading a failing project in dagit# prevents fatal error in dagitDefinitions.validate_loadable(defs)
The text was updated successfully, but these errors were encountered:
As a L-MDS contributor, I want to be confident that the improvements I contribute do not break something, so I can add more improvements faster
Acceptance criteria (given when then)
details
Using a unit test similar toL
The text was updated successfully, but these errors were encountered: