Skip to content

Commit

Permalink
Minor edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcanuck committed Mar 22, 2024
1 parent 11bcbf8 commit 85d2a19
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ YAML files make variables more visible, are easier to edit, and allow for modula

The default ``config_variables.yml`` file located at ``great_expectations/uncommitted/config_variables.yml`` applies to deployments using ``FileSystemDataContexts``.

<Tabs
queryString="yaml"
groupId="yaml"
defaultValue='procedure'
values={[
{label: 'Procedure', value:'procedure'},
{label: 'Sample code', value:'sample'},
]}>
<TabItem value="procedure">

1. Save your access credentials or the database connection string to ``great_expectations/uncommitted/config_variables.yml``. For example:

```yaml title="YAML" name="docs/docusaurus/docs/oss/guides/setup/configuring_data_contexts/how_to_configure_credentials.py config_variables_yaml"
Expand All @@ -51,18 +41,6 @@ The default ``config_variables.yml`` file located at ``great_expectations/uncomm
```python title="Python" name="docs/docusaurus/docs/oss/guides/setup/configuring_data_contexts/how_to_configure_credentials.py add_credential_from_yml"
```

</TabItem>
<TabItem value="sample">

```yaml title="YAML" name="docs/docusaurus/docs/oss/guides/setup/configuring_data_contexts/how_to_configure_credentials.py config_variables_yaml"
```

```python title="Python" name="docs/docusaurus/docs/oss/guides/setup/configuring_data_contexts/how_to_configure_credentials.py add_credential_from_yml"
```

</TabItem>
</Tabs>

## Secrets manager

GX 1.0 supports the AWS Secrets Manager, Google Cloud Secret Manager, and Azure Key Vault secrets managers.
Expand Down

0 comments on commit 85d2a19

Please sign in to comment.