File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
docs/core_concepts/52_assets Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Windmill auto detects when you reference assets directly in your code. Assets ar
4
4
5
5
- S3 Objects : s3://storage/path/to/file.csv
6
6
- Resources : res://path/to/resource
7
- - Variables : var://path/to/variable
8
7
9
8
![ Assets in script editor] ( ./assets_in_script_editor.png ' Assets in script editor ')
10
9
@@ -20,7 +19,7 @@ Read / Write mode is infered from code context.
20
19
For example, a ` COPY (...) TO file ` statement is always ` Write ` .
21
20
Sometimes the Read / Write mode cannot be inferred, in which case you are able to manually select it.
22
21
23
- You can use the Add Resource / Variable / S3 Object buttons in the editor bar for convenience :
22
+ You can use the Add Resource / S3 Object buttons in the editor bar for convenience :
24
23
25
24
<video
26
25
className = " border-2 rounded-lg object-cover w-full h-full dark:border-gray-800"
@@ -35,7 +34,6 @@ The python and Typescript/Javascript clients now support the new URI syntax :
35
34
36
35
``` python
37
36
wmill.get_resource(' res://path/to/resource' )
38
- wmill.get_variable(' var://path/to/variable' )
39
37
wmill.load_s3_file(' s3://storage/path/to/file.csv' )
40
38
41
39
# Not using the URI syntax still works for back-compatibility,
You can’t perform that action at this time.
0 commit comments