Skip to content

Commit

Permalink
mark PartitionMappings not experimental in IO manager doc (#11774)
Browse files Browse the repository at this point in the history
### Summary & Motivation

### How I Tested These Changes
  • Loading branch information
sryza committed Jan 18, 2023
1 parent 78ad6b6 commit dcfebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/io-management/io-managers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class MyPartitionedIOManager(IOManager):

If you're working with time window partitions, you can also use the `asset_partitions_time_window` property, which will return a <PyObject object="TimeWindow" /> object.

#### Handling partition mappings <Experimental />
#### Handling partition mappings

A single partition of one asset might depend on a range of partitions of an upstream asset.

Expand Down

1 comment on commit dcfebfa

@vercel
Copy link

@vercel vercel bot commented on dcfebfa Jan 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.