Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasRGitHub authored and trajopadhye committed Sep 24, 2024
1 parent b9fa400 commit 4fbdcf3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def list_table_profiling_runs(cls, uri: str):
return DatasetProfilingRepository.list_table_profiling_runs(session, uri)

@staticmethod
@is_feature_enabled("modules.s3_datasets.features.metrics_data")
def _check_preview_permissions_if_needed(session, table_uri):
context = get_context()
table: DatasetTable = DatasetTableRepository.get_dataset_table_by_uri(session, table_uri)
Expand Down

0 comments on commit 4fbdcf3

Please sign in to comment.