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

feat: add gcp_cloud_run_job table #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pdecat
Copy link
Contributor

@pdecat pdecat commented Oct 28, 2024

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
> select
  name,
  client,
  client_version,
  create_time,
  creator,
  generation,
  launch_stage
from
  gcp_cloud_run_job;
+-----------------+---------------+----------------+---------------------------+---------+------------+--------------+
| name            | client        | client_version | create_time               | creator | generation | launch_stage |
+-----------------+---------------+----------------+---------------------------+---------+------------+--------------+
| test-pdecat-job | cloud-console |                | 2024-10-28T12:27:15+01:00 |         | 1          | GA           |
+-----------------+---------------+----------------+---------------------------+---------+------------+--------------+

@misraved misraved self-requested a review October 28, 2024 12:37
@misraved misraved added the hacktoberfest-accepted This pull request has been accepted for Hacktoberfest label Oct 28, 2024
@pdecat pdecat changed the title feat: add gcp_cloud_run_job table feat: add gcp_cloud_run_job table Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted This pull request has been accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants