Skip to content

Commit

Permalink
doc: updated GX service name config (#14361)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr authored Dec 13, 2023
1 parent f53fcf9 commit 55e9158
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ action:
module_name: metadata.great_expectations.action
class_name: OpenMetadataValidationAction
config_file_path: path/to/ometa/config/file/
ometa_service_name: my_service_name
database_service_name: my_service_name
[...]
```

Expand All @@ -43,7 +43,7 @@ In your checkpoint yaml file, you will need to add the above code block in `acti
- `module_name`: this is OpenMetadata submodule name
- `class_name`: this is the name of the class that will be used to execute the custom action
- `config_file_path`: this is the path to your `config.yaml` file that holds the configuration of your OpenMetadata server
- `ometa_service_name`: [Optional] this is an optional parameter. If not specified and 2 tables have the same name in 2 different OpenMetadata services, the custom action will fail
- `database_service_name`: [Optional] this is an optional parameter. If not specified and 2 tables have the same name in 2 different OpenMetadata services, the custom action will fail

{% image
src={"/images/v1.2/features/integrations/ge-checkpoint-file.gif"}
Expand All @@ -66,7 +66,7 @@ data_context.run_checkpoint(
"module_name": "metadata.great_expectations.action",
"class_name": "OpenMetadataValidationAction",
"config_file_path": "path/to/ometa/config/file/",
"ometa_service_name": "my_service_name",
"database_service_name": "my_service_name",
},
,}
)
Expand Down

0 comments on commit 55e9158

Please sign in to comment.