Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flyin plugin to monodocs integrations page #4582

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ the Flyte task that use the respective plugin.
- Execute queries using AWS Athena
* - {doc}`AWS Batch <flytesnacks/examples/aws_batch_plugin/index>`
- Running tasks and workflows on AWS batch service
* - {doc}`Flyte Interactive <flytesnacks/examples/flyin_plugin/index>`
- Execute tasks using Flyte Interactive to debug.
* - {doc}`Hive <flytesnacks/examples/hive_plugin/index>`
- Run Hive jobs in your workflows.
* - {doc}`MMCloud <flytesnacks/examples/mmcloud_plugin/index>`
Expand Down Expand Up @@ -210,4 +212,5 @@ flytesnacks/examples/snowflake_plugin/index
flytesnacks/examples/databricks_plugin/index
flytesnacks/examples/bigquery_plugin/index
flytesnacks/examples/airflow_plugin/index
flytesnacks/examples/flyin_plugin/index
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cosmicBboy The workflow for adding a new plugin example is a bit involved. We have to update flyte's TOC with an example that does not exist and then add the example to flytesnacks.

Can this TOC be auto generated from flytesnacks during the doc build process? (Implementation-wise it would auto generate a TOC file that we .. include:: in this spot.)

```
Loading