diff --git a/metadata-ingestion/source_docs/glue.md b/metadata-ingestion/source_docs/glue.md index 1d7ceeebd9fd3f..6131afe60a23fc 100644 --- a/metadata-ingestion/source_docs/glue.md +++ b/metadata-ingestion/source_docs/glue.md @@ -51,7 +51,7 @@ Note that a `.` is used to denote nested fields in the YAML recipe. | `database_pattern.deny` | | | Regex pattern for databases to exclude from ingestion. | | `table_pattern.allow` | | | Regex pattern for tables to include in ingestion. | | `table_pattern.deny` | | | Regex pattern for tables to exclude from ingestion. | -| `underlying_platform` | | Override for platform name. | +| `underlying_platform` | | `glue` | Override for platform name. Allowed values - `glue`, `athena` | ## Compatibility diff --git a/metadata-ingestion/transformers.md b/metadata-ingestion/transformers.md index 9e374e5041158d..d7e636bcada64a 100644 --- a/metadata-ingestion/transformers.md +++ b/metadata-ingestion/transformers.md @@ -88,7 +88,7 @@ If you would like to add to browse paths of dataset can use this transformer. Th - PLATFORM: `mysql`, `postgres` or different platform supported by datahub - DATASET_PARTS: slash separated parts of dataset name. e.g. `database_name/schema_name/[table_name]` for postgres -e.g. this can be used to create browse paths like `/prod/postgres/superset/public/logs` for table `superset.public.log` in a `postgres` database +e.g. this can be used to create browse paths like `/prod/postgres/superset/public/logs` for table `superset.public.logs` in a `postgres` database ```yaml transformers: - type: "set_dataset_browse_path"