Skip to content

Commit

Permalink
Update custom_task_plugin.py (flyteorg#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraGH5 authored Nov 12, 2021
1 parent 350caa6 commit e452bad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cookbook/core/extend_flyte/custom_task_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
extended to all users of Flyte, or there is a cost/visibility benefit of doing so. To understand when you should write
a backend plugin refer to - TODO: Flow chart that helps you decide when to write a backend / flytekit plugin?
The following demo shows how to build Flyte container task extensions, with an SQLAlchemy extension as an example:
.. youtube:: hfKbfcJbawE
This tutorial will walk you through writing your own Sensor style plugin, that allows users to wait for a file to land
in the object store. Remember, if you follow the Flyte/flytekit constructs, you will automatically make your plugin portable
across all cloud platforms that Flyte supports
across all cloud platforms that Flyte supports.
Sensor Plugin
^^^^^^^^^^^^^^
Expand Down

0 comments on commit e452bad

Please sign in to comment.