Skip to content

Commit 8f3d2eb

Browse files
committed
Prefect: s/tutorial/usage/
1 parent a2d08cc commit 8f3d2eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/integrate/prefect/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ workflows that deliver consistent results.
2626

2727
::::{grid}
2828

29-
:::{grid-item-card} Tutorial: Combining Prefect and CrateDB
30-
:link: prefect-tutorial
29+
:::{grid-item-card} Combine Prefect and CrateDB for building seamless data pipelines
30+
:link: prefect-usage
3131
:link-type: ref
32-
Building Seamless Data Pipelines Made Easy: Combining Prefect and CrateDB.
32+
Learn how to build Prefect workflows in Python, focused on tasks around CrateDB.
3333
:::
3434

3535
::::
@@ -38,7 +38,7 @@ Building Seamless Data Pipelines Made Easy: Combining Prefect and CrateDB.
3838
:::{toctree}
3939
:maxdepth: 1
4040
:hidden:
41-
Tutorial <tutorial>
41+
Usage <usage>
4242
:::
4343

4444

docs/integrate/prefect/tutorial.md renamed to docs/integrate/prefect/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(prefect-tutorial)=
2-
# Building Seamless Data Pipelines Made Easy: Combining Prefect and CrateDB
1+
(prefect-usage)=
2+
# Combine Prefect and CrateDB for building seamless data pipelines
33

44
## Introduction
55

66
[Prefect](https://www.prefect.io/opensource/) is an open-source workflow orchestration tool for data engineering, machine learning, and other data tasks. You define, schedule, and execute complex data workflows with straightforward Python code.
77

88
You define Prefect workflows in Python. Each step is a “task,” and tasks form a directed acyclic graph (DAG). Flows can branch and include conditional logic. Prefect also provides built‑in scheduling and flow parameters so you can run the same flow with different inputs.
99

10-
This tutorial shows how to combine CrateDB and Prefect to streamline ETL with a few lines of Python.
10+
This usage guide shows how to combine CrateDB and Prefect to streamline ETL with a few lines of Python.
1111

1212
## Prerequisites
1313

@@ -84,6 +84,6 @@ You can enrich the pipeline with Prefect features such as parameters, error hand
8484

8585
## Wrap up
8686

87-
In this tutorial, you created a simple Prefect workflow, defined tasks, and orchestrated data transformations and loading into CrateDB. Both tools offer extensive features that help you optimize and scale your data workflows.
87+
In this usage guide, you created a simple Prefect workflow, defined tasks, and orchestrated data transformations and loading into CrateDB. Both tools offer extensive features that help you optimize and scale your data workflows.
8888

8989
As you continue exploring, don’t forget to check out the {ref}`reference documentation <crate-reference:index>`. If you have further questions or would like to learn more about updates, features, and integrations, join the [CrateDB community](https://community.cratedb.com/). Happy data wrangling!

0 commit comments

Comments
 (0)