Cmdlets for Google Data Catalog

Build 24.0.9060

Select-GoogleDataCatalog Cmdlet

Parameters   Output Objects  

Searches Google Data Catalog data.

Syntax

Select-GoogleDataCatalog [parameters]

Remarks

The Select-GoogleDataCatalog cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Data Catalog data.

$conn = -InitiateoAuth "GETANDREFRESH" -ProjectId "YourProjectId"
Select-GoogleDataCatalog -Connection $conn -Table "Schemas" -Columns @("Type","DatasetName") -Where "ProjectId='bigquery-public-data'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060