66:::{include} /_ include/links.md
77:::
88
9- ``` {div}
10- :style: "float: right"
11- [{h=60px}][Apache Airflow]
9+ ``` {div} .float-right
10+ [{height=60px loading=lazy}][Apache Airflow]
1211```
13- ``` {div}
14- :style: "clear: both"
12+ ``` {div} .clearfix
1513```
1614
1715:::{rubric} About
2018:::{div}
2119[ Apache Airflow] is an open source software platform to programmatically author,
2220schedule, and monitor workflows, written in Python.
23- [ Astronomer] offers managed Airflow services on the cloud of your choice, in
24- order to run Airflow with less overhead.
21+ [ Astronomer] offers managed Airflow services on the cloud of your choice, to
22+ run Airflow with less overhead.
2523:::
2624
2725:::{dropdown} ** Details**
2826Airflow has a modular architecture and uses a message queue to orchestrate an
2927arbitrary number of workers. Pipelines are defined in Python, allowing for
3028dynamic pipeline generation and on-demand, code-driven pipeline invocation.
3129
32- Pipeline parametrization is using the powerful Jinja templating engine.
30+ Pipeline parameterization is using the powerful Jinja templating engine.
3331To extend the system, you can define your own operators and extend libraries
3432to fit the level of abstraction that suits your environment.
3533:::
@@ -55,16 +53,16 @@ journey. Spend time where it counts.
5553 behind the project. Get world-class support, fast-tracked bug fixes, and same-day
5654 access to new Airflow versions.
5755
58- ``` {div}
59- :style: "clear: both"
56+ ``` {div} .clearfix
6057```
58+
6159:::
6260
6361
6462:::{rubric} Learn: Starter Tutorials
6563:::
6664
67- ::::{grid}
65+ ::::{grid} 2
6866
6967:::{grid-item-card} Tutorial: Import Parquet files
7068:link : https://community.cratedb.com/t/automating-the-import-of-parquet-files-with-apache-airflow/1247
@@ -85,7 +83,7 @@ into CrateDB.
8583:::{rubric} Learn: Advanced Tutorials
8684:::
8785
88- ::::{grid}
86+ ::::{grid} 3
8987
9088:::{grid-item-card} Tutorial: Export to S3
9189:link : https://community.cratedb.com/t/cratedb-and-apache-airflow-automating-data-export-to-s3/901
@@ -112,7 +110,7 @@ and cost-effectiveness.
112110
113111
114112``` {seealso}
115- **Repository:** https://github.com/crate/cratedb-airflow-tutorial
113+ **Repository:** < https://github.com/crate/cratedb-airflow-tutorial>
116114<br>
117115**Product:** [CrateDB and Apache Airflow]
118116<br>
0 commit comments