Skip to content

Commit 2a0769f

Browse files
authored
docs: update code snippet to import class (#6749)
1 parent 19348e6 commit 2a0769f

File tree

1 file changed

+1
-1
lines changed
  • docs/content/APIs-Integrations/Orchestration-API

1 file changed

+1
-1
lines changed

docs/content/APIs-Integrations/Orchestration-API/Dagster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Create a new file named `cube.py` with the following contents:
6767

6868
```python
6969
from dagster import asset
70-
from dagster_cube import cube_resource
70+
from dagster_cube.cube_resource import CubeResource
7171

7272
@asset
7373
def cube_query_workflow():

0 commit comments

Comments
 (0)