Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ingest): fix typos #3066

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata-ingestion/source_docs/glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down