datacatalog_search.test.yaml 833 B

12345678910111213141516171819202122232425
  1. test:
  2. suites:
  3. - name: Data Catalog v1beta1 Search sample tests
  4. setup:
  5. # Get project ID from environment variable.
  6. - env:
  7. name: GOOGLE_PROJECT_ID
  8. variable: project_id
  9. cases:
  10. - name: Search Catalog
  11. spec:
  12. - call:
  13. sample: datacatalog_search
  14. params:
  15. include_project_id:
  16. variable: project_id
  17. include_gcp_public_datasets:
  18. literal: "true"
  19. query:
  20. literal: "system=bigquery type=dataset name:trips"
  21. - assert_contains:
  22. - literal: "Result type: ENTRY"
  23. - literal: "Result subtype: entry.dataset"
  24. - literal: "Relative resource name: projects/bigquery-public-data"
  25. - literal: "Linked resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets"