Skip to content

Commit d2b7d7b

Browse files
committed
fixed python sdk docs
1 parent 22cbe5a commit d2b7d7b

6 files changed

Lines changed: 8 additions & 284 deletions

File tree

docs/docs.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,7 @@
326326
"pages": [
327327
"python-sdk/api-reference/overview",
328328
"python-sdk/api-reference/test-decorators",
329-
"python-sdk/api-reference/table-assets",
330-
"python-sdk/api-reference/tests",
331-
"python-sdk/api-reference/test-executions"
329+
"python-sdk/api-reference/table-assets"
332330
]
333331
}
334332
]

docs/python-sdk/api-reference/overview.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,14 @@ with elementary_test_context(asset=asset) as ctx:
105105

106106
## Supported Objects
107107

108-
The SDK supports three types of objects:
108+
The SDK supports reporting table assets and test results.
109109

110-
<CardGroup cols={3}>
110+
<CardGroup cols={2}>
111111
<Card title="Table Assets" icon="table" href="/python-sdk/api-reference/table-assets" >
112112
Register tables and views in your data warehouse
113113
</Card>
114-
<Card title="Tests" icon="flask" href="/python-sdk/api-reference/tests" >
115-
Define data quality tests
116-
</Card>
117-
<Card title="Test Executions" icon="play" href="/python-sdk/api-reference/test-executions" >
118-
Report test execution results
114+
<Card title="Test Decorators" icon="flask" href="/python-sdk/api-reference/test-decorators" >
115+
Define data quality tests using decorators
119116
</Card>
120117
</CardGroup>
121118

@@ -154,6 +151,5 @@ All tests run within a single `elementary_test_context` are automatically batche
154151

155152
- [Test Decorators](/python-sdk/api-reference/test-decorators) - Complete reference for all test decorators
156153
- [Table Assets](/python-sdk/api-reference/table-assets) - Learn about table asset structure
157-
- [Tests](/python-sdk/api-reference/tests) - Understand test definitions
158-
- [Test Executions](/python-sdk/api-reference/test-executions) - See how to report test results
154+
- [Quickstart](/python-sdk/quickstart) - Send your first test results to Elementary Cloud
159155

docs/python-sdk/api-reference/table-assets.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Table assets are updated on each ingest, so include all current metadata in ever
7575

7676
## Related Documentation
7777

78-
- [Tests](/python-sdk/api-reference/tests) - Define tests for your table assets
79-
- [Test Executions](/python-sdk/api-reference/test-executions) - Report test results
78+
- [Test Decorators](/python-sdk/api-reference/test-decorators) - Define tests for your table assets
8079
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
8180

docs/python-sdk/api-reference/test-decorators.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ All decorators support these common parameters:
235235

236236
- [Quickstart](/python-sdk/quickstart) - Get started with test decorators
237237
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
238-
- [Tests](/python-sdk/api-reference/tests) - Understand test definitions
238+
- [Table Assets](/python-sdk/api-reference/table-assets) - Register tables and views in your data warehouse
239239

docs/python-sdk/api-reference/test-executions.mdx

Lines changed: 0 additions & 156 deletions
This file was deleted.

docs/python-sdk/api-reference/tests.mdx

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)