Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Dec 20, 2024
1 parent 9ecdc1e commit 6db2518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dl_api_lib/dl_api_lib/dataset/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ def apply_source_action(
"""Apply update to the data source configuration"""

self._sync_us_manager.load_dependencies(self._ds)
ssions_for_origin_sources( # any source update requires sufficient permissions on the connection
check_permissions_for_origin_sources( # any source update requires sufficient permissions on the connection
dataset=self._ds,
source_ids=None,
permission_kind=USPermissionKind.read,
Expand Down

0 comments on commit 6db2518

Please sign in to comment.