Skip to content

Commit

Permalink
[dagster-airlift] actually put examples under test (dagster-io#23300)
Browse files Browse the repository at this point in the history
Airlift examples were previously not under test in bk.
  • Loading branch information
dpeng817 authored Jul 30, 2024
1 parent 8125e2f commit 4aff182
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ def k8s_extra_cmds(version: str, _) -> List[str]:
AvailablePythonVersion.V3_12,
],
),
PackageSpec(
"examples/experimental/dagster-airlift/examples/peering-with-dbt",
),
]


Expand Down

0 comments on commit 4aff182

Please sign in to comment.