Anyone else having issues with Build a Data Mesh with Dataplex (GSP514)

I emailed support but wanted to see if I was the only one.  Only thing I see wrong is that the bucket they create for one of the Assets is empty.  I got 70/100 on the objectives, I'm missing Task 1 and part of Task 2 but I've double checked everything.  

ankelly_0-1720194376512.png

 

8 REPLIES 8

Hi ankelly,
I did this task yesterday and everything worked as expected.

+1 I am also facing issue in this lab.

 

I did open a ticket but then I retried the lab and it worked, I didn't do anything different so who knows

It's working now.

Yes, Completed. Thanks

I also have the same issue and is still not working:(

I did this lab 2 times today and the lab attempts got wasted. I got the error "Rule named 'NOT NULL' not found for the user_id column in the data quality task. Please re-create the task including this rule as mentioned in the instructions." while verifying Task 5. 

I am having the same issue in 2025 July, this 

Here is my YAML 

metadata_registry_defaults:
  dataplex:
    projects: qwiklabs-gcp-02-8d53dc8e8549
    locations: Region
    lakes: sales-lake
    zones: curated-customer-zone
row_filters:
  NONE:
    filter_sql_expr: |-
      True
  INTERNATIONAL_ITEMS:
    filter_sql_expr: |-
      REGEXP_CONTAINS(item_id, 'INTNL')
rule_dimensions:
  - consistency
  - correctness
  - duplication
  - completeness
  - conformance
  - integrity
  - timeliness
  - accuracy
rules:
  NOT_NULL:
    rule_type: NOT NULL
    dimension: completeness
rule_bindings:
  VALID_USERID:
    entity_uri: bigquery://projects/qwiklabs-gcp-02-8d53dc8e8549/datasets/customer_orders/tables/ordered_items
    column_id: user_id
    row_filter_id: NONE
    rule_ids:
      - NOT_NULL
  VALID_ORDERID:
    entity_uri: bigquery://projects/qwiklabs-gcp-02-8d53dc8e8549/datasets/customer_orders/tables/ordered_items
    column_id: order_id
    row_filter_id: NONE
    rule_ids:
      - NOT_NULL



Top Labels in this Space