Skip to content

Commit feacb80

Browse files
committed
Airflow: Implement suggestions by CodeRabbit, part 6
1 parent 3e7d99a commit feacb80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/integrate/airflow/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Airflow has a modular architecture and uses a message queue to orchestrate an
2626
arbitrary number of workers. Pipelines are defined in Python, allowing for
2727
dynamic pipeline generation and on-demand, code-driven pipeline invocation.
2828

29-
Airflow parameterizes pipelines with the Jinja templating engine.
29+
Use Jinja templates to parameterize Airflow pipelines.
3030
To extend the system, you can define your own operators and extend libraries
3131
to fit the level of abstraction that suits your environment.
3232
:::
@@ -38,15 +38,15 @@ to fit the level of abstraction that suits your environment.
3838
[![Astronomer logo](https://logowik.com/content/uploads/images/astronomer2824.jpg){w=180px}](https://www.astronomer.io/)
3939
```
4040

41-
[Astro][Astronomer] is a managed Airflow service.
41+
Astro is a managed Airflow service by [Astronomer].
4242

4343
- Astro runs on the cloud of your choice. Astro manages Airflow and gives you all the
4444
features you need to focus on what really matters – your data. All while connecting
4545
securely to any service in your network.
4646
- Create Airflow environments quickly.
4747
- Protect production DAGs with easy Airflow upgrades and custom high-availability configs.
4848
- Get visibility into what’s running with analytics views and easy interfaces for logs
49-
and alerts. Across environments.
49+
and alerts across environments.
5050
- Adopt Airflow best practices with support and timely upgrades.
5151

5252
```{div} .clearfix

0 commit comments

Comments
 (0)