Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 docs/docs/python-sdk/guides/object-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using the object-storage
---

The Python SDK can be used to interface with Infrahub's [object-storage]($(base_url)topics/object-storage).
The Python SDK can be used to interface with Infrahub's [object-storage]($(base_url)artifact-file-storage/overview).

## Storing string objects to the object-storage

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/python-sdk/guides/query_data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Values of type `str` will be parsed using the [Pendulum](https://pendulum.eustac

### Properties of attributes and relationships

By default, the [meta data or properties]($(base_url)topics/metadata) of attributes and relationships are not included. We can include these properties using the `property` argument of the SDK client's `all`, `filters` or `get` method.
By default, the [meta data or properties]($(base_url)objects/metadata) of attributes and relationships are not included. We can include these properties using the `property` argument of the SDK client's `all`, `filters` or `get` method.

<Tabs groupId="async-sync">
<TabItem value="Async" default>
Expand Down
Loading
Loading