Skip to content

Commit

Permalink
fix(docs): hana - rename SAP HANA source and data platform (datahub-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchen09 authored and maggiehays committed Aug 1, 2022
1 parent 5cf7002 commit b84cc38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/archived/source_docs/sql_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Supported SQL sources:
- [AWS Athena](./athena.md)
- [BigQuery](./bigquery.md)
- [Druid](./druid.md)
- [HANA](./hana.md)
- [Hive](./hive.md)
- [Microsoft SQL Server](./mssql.md)
- [MySQL](./mysql.md)
- [Oracle](./oracle.md)
- [Postgres](./postgres.md)
- [Redshift](./redshift.md)
- [SAP HANA](./hana.md)
- [Snowflake](./snowflake.md)
- [Generic SQLAlchemy source](./sqlalchemy.md)
- [Trino](./trino.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HanaConfig(BasicSQLAlchemyConfig):
scheme: str = pydantic.Field(default="hana+hdbcli")


@platform_name("Hana")
@platform_name("SAP HANA", id="hana")
@config_class(HanaConfig)
@support_status(SupportStatus.TESTING)
@capability(SourceCapability.PLATFORM_INSTANCE, "Enabled by default")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"aspect": {
"datasetNameDelimiter": ".",
"name": "hana",
"displayName": "SAP Hana",
"displayName": "SAP HANA",
"type": "RELATIONAL_DB",
"logoUrl": "/assets/platforms/hanalogo.png"
}
Expand Down

0 comments on commit b84cc38

Please sign in to comment.