Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft Add task to sync a fides dataset with datahub -- initial version #5552

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/fides/api/service/connectors/datahub_connector.py
Co-authored-by: erosselli <67162025+erosselli@users.noreply.github.com>
  • Loading branch information
andres-torres-marroquin and erosselli authored Jan 17, 2025
commit 92d18a94f7009d999586eadf980efbaa3bc2fd6a
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
Loading