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

feat(ingest): add ingestion source for SAP Analytics Cloud #10958

Merged
merged 9 commits into from
Aug 26, 2024
4 changes: 2 additions & 2 deletions metadata-ingestion/docs/sources/sac/sac_pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

2. Maintain connection mappings (optional):

To map individual connections in SAP Analytics Cloud to platforms, platform instances or environments the `connection_mapping` configuration can be used within the recipe:
To map individual connections in SAP Analytics Cloud to platforms, platform instances and environments, the `connection_mapping` configuration can be used within the recipe:

```yaml
connection_mapping:
Expand All @@ -23,7 +23,7 @@ connection_mapping:
env: PROD
```

The key in the connection mapping is the technical name of the connection resp. its id.
The key in the connection mapping dictionary represents the name of the connection created in SAP Analytics Cloud.

## Concept mapping

Expand Down
Loading
Loading