You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK side task extensions, as somewhat explained here
Ideally this section should provide the user all the tools and links needed to extend flytekit for their needs.
An important note that should be emphasized is When to extend only flytekit - as documented here. There is actually a flowchart that explains when to extend flytekit.
A good example of writing a flytekit only plugin can be documented for SQLite3 plugin, which is a core plugin code here
The text was updated successfully, but these errors were encountered:
kumare3
added
documentation
Improvements or additions to documentation
untriaged
This issues has not yet been looked at by the Maintainers
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Mar 16, 2021
we haven't specifically accounted for this issue yet in the docs revamp RFC, however it should be fairly straightforward to map it into the Extending Flyte section in the detailed hierarchy
This issue should ideally happen after docs have been re-structured by @samhita-alla
Describe the documentation update
Flytekit can be extended in multiple ways
Ideally this section should provide the user all the tools and links needed to extend flytekit for their needs.
An important note that should be emphasized is When to extend only flytekit - as documented here. There is actually a flowchart that explains when to extend flytekit.
A good example of writing a flytekit only plugin can be documented for SQLite3 plugin, which is a core plugin code here
An example usage for this task is available here
The text was updated successfully, but these errors were encountered: