Skip to content

Commit

Permalink
sec(datasets): BI-5998 remove extra dependencies load before action a…
Browse files Browse the repository at this point in the history
…pply (#783)
  • Loading branch information
KonstantAnxiety authored Jan 15, 2025
1 parent 62dd0db commit eceeaa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dl_api_lib/dl_api_lib/dataset/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,6 @@ def apply_source_action(
) -> None:
"""Apply update to the data source configuration"""

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

0 comments on commit eceeaa2

Please sign in to comment.