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

Update docs links in /flyteidl #4989

Merged
merged 5 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
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
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
Loading