Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Apr 23, 2024
1 parent 7556d71 commit 9f1da7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/user_guide/data_types_and_io/structureddataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,17 @@ You can run the code locally as follows:
:lines: 151-155
```

[flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/data_types_and_io/

### The nested typed columns

Most storage formats have support for nested field structures today (Avro, parquet, bq) and so is StructuredDatasets.
Like most storage formats (e.g. Avro, Parquet, and BigQuery), StructuredDataset support nested field structures.

:::{note}
Nested field StructuredDataset should be run when flytekit version > 1.11.0.
:::

```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/data_types_and_io/data_types_and_io/structured_dataset.py
:caption: data_types_and_io/structured_dataset.py
:lines: 158-296
```
```

[flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/data_types_and_io/

0 comments on commit 9f1da7e

Please sign in to comment.