Skip to content

Commit

Permalink
Update docs links in /flyteidl (#4989)
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
neverett and pingsutw authored Mar 7, 2024
1 parent fd42f65 commit f448a03
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion flyteidl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is one of the core repositories of Flyte. It contains the Specification of

* [flyte.org](https://flyte.org)
* [Flyte Docs](http://docs.flyte.org)
* [Flyteidl API reference documentation](https://docs.flyte.org/projects/flyteidl/en/stable/index.html)
* [Flyteidl API reference documentation](https://docs.flyte.org/en/latest/reference_flyteidl.html)

## Contributing to Flyteidl

Expand Down
2 changes: 1 addition & 1 deletion flyteidl/clients/go/assets/admin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7908,7 +7908,7 @@
"properties": {
"statement": {
"type": "string",
"title": "The actual query to run, the query can have templated parameters.\nWe use Flyte's Golang templating format for Query templating.\nRefer to the templating documentation.\nhttps://docs.flyte.org/projects/cookbook/en/latest/auto/integrations/external_services/hive/hive.html#sphx-glr-auto-integrations-external-services-hive-hive-py\nFor example,\ninsert overwrite directory '{{ .rawOutputDataPrefix }}' stored as parquet\nselect *\nfrom my_table\nwhere ds = '{{ .Inputs.ds }}'"
"title": "The actual query to run, the query can have templated parameters.\nWe use Flyte's Golang templating format for Query templating.\nFor example,\ninsert overwrite directory '{{ .rawOutputDataPrefix }}' stored as parquet\nselect *\nfrom my_table\nwhere ds = '{{ .Inputs.ds }}'"
},
"dialect": {
"$ref": "#/definitions/SqlDialect"
Expand Down
2 changes: 0 additions & 2 deletions flyteidl/gen/pb-es/flyteidl/core/tasks_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flyteidl/gen/pb_rust/flyteidl.core.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flyteidl/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This specification is used to generate client stubs for `Flytekit <https://flyte
:maxdepth: 1
:hidden:

|plane| Getting Started <https://docs.flyte.org/en/latest/getting_started.html>
|book-reader| User Guide <https://docs.flyte.org/projects/cookbook/en/latest/user_guide.html>
|chalkboard| Tutorials <https://docs.flyte.org/projects/cookbook/en/latest/tutorials.html>
|plane| Getting Started <https://docs.flyte.org/en/latest/introduction.html>
|book-reader| User Guide <https://docs.flyte.org/en/latest/user_guide/index.html>
|chalkboard| Tutorials <https://docs.flyte.org/en/latest/flytesnacks/tutorials.html>
|project-diagram| Concepts <https://docs.flyte.org/en/latest/concepts/basics.html>
|rocket| Deployment <https://docs.flyte.org/en/latest/deployment/index.html>
|book| API Reference <https://docs.flyte.org/en/latest/reference/index.html>
|book| API Reference <https://docs.flyte.org/en/latest/api/flytekit/docs_index.html>
|hands-helping| Community <https://docs.flyte.org/en/latest/community/index.html>

.. NOTE: the caption text is important for the sphinx theme to correctly render the nav header
Expand Down
2 changes: 1 addition & 1 deletion flyteidl/protos/docs/core/core.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flyteidl/protos/flyteidl/core/tasks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ message K8sObjectMetadata {
message Sql {
// The actual query to run, the query can have templated parameters.
// We use Flyte's Golang templating format for Query templating.
// Refer to the templating documentation.
// https://docs.flyte.org/projects/cookbook/en/latest/auto/integrations/external_services/hive/hive.html#sphx-glr-auto-integrations-external-services-hive-hive-py
// For example,
// insert overwrite directory '{{ .rawOutputDataPrefix }}' stored as parquet
// select *
Expand Down

0 comments on commit f448a03

Please sign in to comment.