Googleapis Datacatalog
googleapis-datacatalog is a generated connector for Google Cloud Data Catalog, a metadata management and data discovery service.
- Base URL:
https://datacatalog.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
datacatalog_entries_lookup— GET /v1beta1/entries:lookup — Get an entry by target resource name. This method allows clients to use the resodatacatalog_projects_locations_taxonomies_policy— GET /v1beta1/{name} — Gets a policy tag.datacatalog_projects_locations_entrygroups_entri— GET /v1beta1/{parent}/entries — Lists entries.datacatalog_projects_locations_entrygroups_list— GET /v1beta1/{parent}/entryGroups — Lists entry groups.datacatalog_projects_locations_entrygroups_tags_— GET /v1beta1/{parent}/tags — Lists tags assigned to an Entry. The columns in the response are lowercased.datacatalog_projects_locations_taxonomies_list— GET /v1beta1/{parent}/taxonomies — Lists all taxonomies in a project in a particular location that the caller has p
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: datacatalog_entries_lookup
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: datacatalog_entries_lookup, datacatalog_projects_locations_taxonomies_policy, datacatalog_projects_locations_entrygroups_entri, datacatalog_projects_locations_entrygroups_list, datacatalog_projects_locations_entrygroups_tags_, datacatalog_projects_locations_taxonomies_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |