Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchen09 committed Aug 8, 2024
1 parent 74e0c7f commit 3dd7c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/sac/sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_connection(config_dict: dict) -> TestConnectionReport:
# when creating the pyodata.Client, the metadata is automatically parsed and validated
session, _ = SACSource.get_sac_connection(config)

# test the Data Import Service Service separately here, because it requires specific properties when configuring the OAuth client
# test the Data Import Service separately here, because it requires specific properties when configuring the OAuth client
response = session.get(url=f"{config.tenant_url}/api/v1/dataimport/models")
response.raise_for_status()

Expand Down

0 comments on commit 3dd7c06

Please sign in to comment.