{% extends "base.html" %} {% block title %}CSP Sync — Data Mesh — ICDEV{% endblock %} {% block content %}
Data Mesh Domains Products Contracts Governance CSP Mesh Hub

Cloud Service Provider Sync

Sync Data Mesh domains and products to AWS DataZone, Azure Purview, or GCP Dataplex.

{% set aws = csp_status.aws %}
AWS DataZone
Data catalog and governance for AWS
SDK: {{ 'Available' if aws.available else 'Not Installed' }} Credentials: {{ 'Configured' if aws.configured else 'Not Set' }}
{% set azure = csp_status.azure %}
Azure Purview
Unified data governance for Azure
SDK: {{ 'Available' if azure.available else 'Not Installed' }} Credentials: {{ 'Configured' if azure.configured else 'Not Set' }}
{% set gcp = csp_status.gcp %}
GCP Dataplex
Intelligent data fabric for Google Cloud
SDK: {{ 'Available' if gcp.available else 'Not Installed' }} Credentials: {{ 'Configured' if gcp.configured else 'Not Set' }}

Sync Result —

0
Synced
0
Errors

Sync History

ID Provider Operation Status Synced Domains Error Timestamp
Loading…
{% endblock %} {% block scripts %} {% endblock %}