Skip to content

Commit

Permalink
Fix tutorial preview card (#2989)
Browse files Browse the repository at this point in the history
* Fix tutorial preview card.

Signed-off-by: merobi-hub <merobi@gmail.com>

* Misc minor fixes in tutorial.

Signed-off-by: merobi-hub <merobi@gmail.com>

* Revise description.

Signed-off-by: merobi-hub <merobi@gmail.com>

---------

Signed-off-by: merobi-hub <merobi@gmail.com>
  • Loading branch information
merobi-hub authored Dec 16, 2024
1 parent 186e675 commit b166081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/v2/docs/tutorials/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 3,
"link": {
"type": "generated-index",
"description": "Learn how to use Marquez"
"description": "Learn how to integrate Marquez into your data ecosystem."
}
}
5 changes: 3 additions & 2 deletions docs/v2/docs/tutorials/airflow_tutorial/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Apache Airflow® Tutorial
template: basepage
sidebar_position: 2
description: Get started with Marquez and Airflow.
---

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Expand Down Expand Up @@ -41,7 +42,7 @@ Before you begin, make sure you have installed:

## Get and start Marquez {#get-marquez}

1. To checkout the Marquez source code, run:
1. To check out the Marquez source code, run:

<Tabs groupId="os">
<TabItem value="macos" label="MacOS/Linux">
Expand Down Expand Up @@ -222,7 +223,7 @@ Before you begin, make sure you have installed:

```

7. Add another DAG that updates (and then drops) the Postgres table:
7. Add another DAG that updates and then drops the Postgres table:

```py
from __future__ import annotations
Expand Down

0 comments on commit b166081

Please sign in to comment.