datacatalog_lookup_entry.test.yaml 1.1 KB

1234567891011121314151617181920212223242526
  1. test:
  2. suites:
  3. - name: Data Catalog v1beta1 Lookup Entry sample tests
  4. cases:
  5. - name: Lookup Entry for a public BigQuery Table
  6. spec:
  7. - call:
  8. sample: datacatalog_lookup_entry
  9. params:
  10. resource_name:
  11. literal: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/new_york_taxi_trips/tables/taxi_zone_geom
  12. - assert_contains:
  13. - literal: "Entry name: projects/bigquery-public-data"
  14. - literal: "Entry type: TABLE"
  15. - literal: "Linked resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/new_york_taxi_trips/tables/taxi_zone_geom"
  16. - name: Lookup Entry for a public PubSub Topic
  17. spec:
  18. - call:
  19. sample: datacatalog_lookup_entry
  20. params:
  21. resource_name:
  22. literal: //pubsub.googleapis.com/projects/pubsub-public-data/topics/taxirides-realtime
  23. - assert_contains:
  24. - literal: "Entry name: projects/pubsub-public-data"
  25. - literal: "Entry type: DATA_STREAM"
  26. - literal: "Linked resource: //pubsub.googleapis.com/projects/pubsub-public-data/topics/taxirides-realtime"