Skip to content

Commit

Permalink
yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dehume committed Jan 23, 2025
1 parent 8e6249b commit 3dc1354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now that the data is in R2, as Modal expects, we can invoke the Modal applicatio

Using pipes, Modal will emit events back to Dagster so Dagster can monitor and wait for the Modal application to finish running. Dagster will then continue the orchestration of our assets and move on to the next step after the transcribed text files are uploaded to R2.

The next asset will take those new files and summarize them with OpenAI. After a summary has been created, we can use <PyObject section="assets" module="dagster" object="MaterializeResult /> to record the summary text and the associated R2 key within the Dagster Catalog:
The next asset will take those new files and summarize them with OpenAI. After a summary has been created, we can use <PyObject section="assets" module="dagster" object="MaterializeResult" /> to record the summary text and the associated R2 key within the Dagster Catalog:

<CodeExample path="project_dagster_modal_pipes/project_dagster_modal_pipes/pipeline_factory.py" language="python" lineStart="93" lineEnd="120"/>

Expand Down

0 comments on commit 3dc1354

Please sign in to comment.