We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39464f commit 91328a1Copy full SHA for 91328a1
dagster_sqlmesh/resource.py
@@ -256,7 +256,7 @@ def run(
256
models = mesh.models()
257
models_map = models.copy()
258
all_available_models = set(
259
- [model.name for model, _ in mesh.non_external_models_dag()]
+ [model.fqn for model, _ in mesh.non_external_models_dag()]
260
)
261
if context.selected_output_names:
262
models_map = {}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "dagster-sqlmesh"
3
-version = "0.10.0a1"
+version = "0.10.0"
4
description = ""
5
authors = [
6
{name = "Reuven Gonzales", email = "reuven@karibalabs.co"}
0 commit comments