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 25b1205 commit 5b2edb1Copy full SHA for 5b2edb1
python_modules/libraries/dagster-dg/dagster_dg/docs.py
@@ -5,10 +5,10 @@
5
6
import markdown
7
import yaml
8
-from dagster._utils.source_position import SourcePositionTree
9
-from dagster._utils.yaml_utils import parse_yaml_with_source_positions
10
11
from dagster_dg.component import RemoteComponentType
+from dagster_dg.yaml_utils import parse_yaml_with_source_positions
+from dagster_dg.yaml_utils.source_position import SourcePositionTree
12
13
REF_BASE = "#/$defs/"
14
JSON_SCHEMA_EXTRA_REQUIRED_SCOPE_KEY = "dagster_required_scope"
0 commit comments