Skip to content

Commit 87b83be

Browse files
authored
docs: Update import in dagster.mdx
1 parent 7b1ff0d commit 87b83be

File tree

1 file changed

+1
-1
lines changed
  • docs/docs-new/pages/product/apis-integrations/orchestration-api

1 file changed

+1
-1
lines changed

docs/docs-new/pages/product/apis-integrations/orchestration-api/dagster.mdx

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

6666
```python
6767
from dagster import asset
68-
from dagster_cube import cube_resource
68+
from dagster_cube.cube_resource import CubeResource
6969

7070
@asset
7171
def cube_query_workflow():

0 commit comments

Comments
 (0)