Skip to content

Commit

Permalink
Update src/fides/api/service/connectors/datahub_connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: erosselli <[email protected]>
  • Loading branch information
andres-torres-marroquin and erosselli authored Jan 17, 2025
1 parent 5578161 commit 92d18a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fides/api/service/connectors/datahub_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def sync_dataset(self, dataset: Dataset):

if not dataset_namespace:
logger.error(f"Cannot sync dataset without namespace: {dataset.fides_key}")
return

try:
fides_dataset_urn, platform = self.get_fides_dataset_urn_and_platform(
Expand Down

0 comments on commit 92d18a9

Please sign in to comment.