Skip to content

Commit

Permalink
Fix metadata build in tutorial.md (#43)
Browse files Browse the repository at this point in the history
<!-- 
Thanks for opening a pull request to prefect-great-expectations 🎉!

We've got a few requests to help us review contributions:

- Make sure that your title neatly summarizes the proposed changes.
- Provide a short overview of the change and the value it adds.
- Share an example to help us understand the change in user experience.
- Run `pre-commit install && pre-commit run --all` for linting.

Happy engineering!
-->

<!-- Include an overview here -->

<!-- Link to issue -->
Closes #

### Example
<!-- 
Share an example of the change in action.

A code blurb is best. Changes to features should include an example that
is executable by a new user.
-->

### Checklist
<!-- These boxes may be checked after opening the pull request. -->

- [ ] This pull request references any related issue by including
"Closes #<ISSUE_NUMBER>"
- If no issue exists and your change is not a small fix, please [create
an
issue](https://github.com/PrefectHQ/prefect-great-expectations/issues/new/choose)
first.
- [X] This pull request includes tests or only affects documentation.
- [ ] Summarized PR's changes in
[CHANGELOG.md](https://github.com/PrefectHQ/prefect-great-expectations/blob/main/CHANGELOG.md)
  • Loading branch information
discdiver authored Oct 24, 2023
1 parent d70eecf commit e67b4af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
tags: - Great Expectations
---

# How to Use Great Expectations with Prefect

This guide will help you use [Great Expectations](https://greatexpectations.io/) with [Prefect](https://prefect.io/).
Expand Down Expand Up @@ -206,4 +202,4 @@ Prefect [deployments](https://docs.prefect.io/latest/concepts/deployments/) allo
There's lots more to explore for additional observability and orchestration with [Prefect](https://docs.prefect.io/latest/).
Happy engineering!
Happy engineering!

0 comments on commit e67b4af

Please sign in to comment.