You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a cloud DQ task via DataplexCreateTaskOperator in GCP where network/subnetwork comes from host VPC project. But i don't see an option to pass subnetwork.
Is anyone facing similar issue? Please help.
The text was updated successfully, but these errors were encountered:
When using the DataplexCreateTaskOperator you need to send the body of the task. Inside the body structure you have the possibility of adding infrastructure specs (infrastructure_spec -> vpc_network -> sub_network).
Hope this helps.
I'm trying to run a cloud DQ task via DataplexCreateTaskOperator in GCP where network/subnetwork comes from host VPC project. But i don't see an option to pass subnetwork.
Is anyone facing similar issue? Please help.
The text was updated successfully, but these errors were encountered: