Commit 340749c
docs: the first file you write is temperatures.py, not a copy of the built-in
Peeter's call: the built-in `hello` is the see-it-work step, and the
reader's first real file should be a different program with a
different name. Until now the quickstart's hello.py was the same
program as the SDK's built-in with different identifiers, so a reader
retyped what `flyte run --local hello` had just written to a scratch
directory, and `hello` next to `hello.py main` on one page invited
confusion.
temperatures.py (unionai-examples#310) converts a list of readings with
flyte.map and returns the hottest: same lessons, unmistakably different
code, names and output. The output block is real output from running
it, o0=75.7.
Also: the run-it warning said "when running remotely", the phrasing
DOC-1326 retired. Now "when running on a cluster".
Depends on unionai-examples#310 merging and the examples submodule
pointer being bumped in its own PR; the {{< code >}} include cannot
resolve on CI until then, so this goes back to draft.
Co-Authored-By: docsy <docsy@union.ai>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017CJ89R9ri86y11FFhPdVJV
Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com>1 parent 16e2f5b commit 340749c
1 file changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| |||
0 commit comments