Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table gcp_vertex_ai_notebook_runtime_template Closes #659 #660

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 17, 2024

Integration test logs

Logs
N/A

Example query results

Results
> select * from gcp_vertex_ai_notebook_runtime_template
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->
| name                                                                                     | display_name | description | notebook_runtime_type | is_default | service_account | etag                                                                 | create_time               | update_time               | machine_sp>
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->
| projects/xxxxxxxxxxxx/locations/us-central1/notebookRuntimeTemplates/7182353000260698112 | test53       | testing     | USER_DEFINED          | false      |                 | AMEw9yNxfCtp0QlP1tT7Ms-COTRDQHBu-zkYFeAmoZ4MivRTXytYWcBPhX4RlE8aMtkZ | 2024-09-17T13:04:32+05:30 | 2024-09-17T13:04:32+05:30 | {"machine_>
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->

> select * from gcp_vertex_ai_notebook_runtime_template where name = 'projects/xxxxxxxxxxxx/locations/us-central1/notebookRuntimeTemplates/7182353000260698112'
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->
| name                                                                                     | display_name | description | notebook_runtime_type | is_default | service_account | etag                                                                 | create_time               | update_time               | machine_sp>
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->
| projects/xxxxxxxxxxxx/locations/us-central1/notebookRuntimeTemplates/7182353000260698112 | test53       | testing     | USER_DEFINED          | false      |                 | AMEw9yPe_az170xelnABcf_xYdDYdkfk9N0SGCUD44JOzhwNsVHrKCjBpaTq03PznX4_ | 2024-09-17T13:04:32+05:30 | 2024-09-17T13:04:32+05:30 | {"machine_>
+------------------------------------------------------------------------------------------+--------------+-------------+-----------------------+------------+-----------------+----------------------------------------------------------------------+---------------------------+---------------------------+----------->


@ParthaI ParthaI self-assigned this Sep 17, 2024
@ParthaI ParthaI linked an issue Sep 17, 2024 that may be closed by this pull request
@misraved misraved merged commit 5bbdb77 into main Oct 4, 2024
1 check passed
@misraved misraved deleted the issue-659 branch October 4, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table gcp_vertex_ai_notebook_runtime_template
2 participants