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_artifact_registry_repository Closes #473 #496

Merged
merged 6 commits into from
Oct 4, 2023

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 3, 2023

Integration test logs

Logs
N/A

Example query results

Results
> select
  name,
  cleanup_policy_dry_run,
  create_time,
  kms_key_name
from
  gcp_artifact_registry_repository
where
  kms_key_name = '';
+---------------+------------------------+---------------------------+--------------+
| name          | cleanup_policy_dry_run | create_time               | kms_key_name |
+---------------+------------------------+---------------------------+--------------+
| gcf-artifacts | false                  | 2023-06-14T16:24:40+05:30 |              |
| gcf-artifacts | true                   | 2022-10-31T18:33:05+05:30 |              |
| gcf-artifacts | false                  | 2023-06-12T17:34:41+05:30 |              |
+---------------+------------------------+---------------------------+--------------+

> select * from gcp_artifact_registry_repository where name = 'gcf-artifacts' and location = 'us-central1'
+---------------+------------------------+---------------------------+--------------------------------------------------------------------------------------------+--------+--------------+---------------------+---------------+------------+---------------------------+--->
| name          | cleanup_policy_dry_run | create_time               | description                                                                                | format | kms_key_name | mode                | satisfies_pzs | size_bytes | update_time               | cl>
+---------------+------------------------+---------------------------+--------------------------------------------------------------------------------------------+--------+--------------+---------------------+---------------+------------+---------------------------+--->
| gcf-artifacts | false                  | 2023-06-12T17:34:41+05:30 | This repository is created and used by Cloud Functions for storing function docker images. | DOCKER |              | STANDARD_REPOSITORY | false         | 70895382   | 2023-06-19T20:34:06+05:30 | <n>
+---------------+------------------------+---------------------------+--------------------------------------------------------------------------------------------+--------+--------------+---------------------+---------------+------------+---------------------------+---

@ParthaI ParthaI requested a review from misraved October 3, 2023 07:57
@ParthaI ParthaI self-assigned this Oct 3, 2023
@ParthaI ParthaI linked an issue Oct 3, 2023 that may be closed by this pull request
Copy link
Contributor

@madhushreeray30 madhushreeray30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ParthaI please take a look at the comment. Thanks!

@madhushreeray30 madhushreeray30 merged commit 4204413 into main Oct 4, 2023
@madhushreeray30 madhushreeray30 deleted the issue-473 branch October 4, 2023 11:52
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_artifact_registry_repository
2 participants