Skip to content

Commit

Permalink
[MAINTENANCE] Sample getting a file passing mdx check (#9532)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Feb 26, 2024
1 parent 6b431a5 commit 38a6489
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr

:::

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/create_an_expectation_suite.py full example code"
Expand All @@ -68,7 +69,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
```python title="Python code" name="core/expectation_suites/_examples/get_an_expectation_suite.py create Expectation Suite"
```

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/get_an_expectation_suite.py full example code"
Expand Down Expand Up @@ -99,7 +101,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
```python title="Python code" name="core/expectation_suites/_examples/delete_an_expectation_suite.py delete Expectation Suite"
```

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/delete_an_expectation_suite.py full example code"
Expand Down Expand Up @@ -146,7 +149,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr

:::

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/add_expectations_to_an_expectation_suite.py full example code"
Expand Down Expand Up @@ -177,7 +181,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
```python title="Python code" name="core/expectation_suites/_examples/get_a_specific_expectation_from_an_expectation_suite.py retrieve expectation"
```

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/get_a_specific_expectation_from_an_expectation_suite.py full example code"
Expand Down Expand Up @@ -219,7 +224,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
You can [test changes to an Expectation](/core/expectations/manage_expectations.md#test-an-expectation) without running `expectation.save()`, but those changes will not persist in the Expectation Suite until `expectation.save()` is run.
:::

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/edit_a_single_expectation.py full example code"
Expand Down Expand Up @@ -252,7 +258,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
```python title="Python code" name="core/expectation_suites/_examples/edit_all_expectations_in_an_expectation_suite.py save Expectation Suite"
```

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/edit_all_expectations_in_an_expectation_suite.py full example code"
Expand Down Expand Up @@ -288,7 +295,8 @@ You can add an Expectation Suite to your Data Context at the same time as you cr
```python title="Python code" name="core/expectation_suites/_examples/delete_an_expectation_in_an_expectation_suite.py delete the Expectation"
```

<details><summary>Full example code</summary>
<details>
<summary>Full example code</summary>
<p>

```python title="Python code" name="core/expectation_suites/_examples/delete_an_expectation_in_an_expectation_suite.py full example code"
Expand Down

0 comments on commit 38a6489

Please sign in to comment.