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 missing columns to the table gcp_cloudfunctions_function based on API response #612

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jul 9, 2024

Column Changes

Added / Removed Columns

Added Removed
service_environment_variables environment_variables
service_timeout
kms_key_name
url source_upload_url
service
service_revision
service_all_traffic_on_latest_revision
service_available_cpu
max_instance_request_concurrency
min_instances
satisfies_pzs
service_security_level
service_secret_environment_variables
service_secret_volumes
state_messages
build_config
service_config
  • version_id column has also been removed.

Integration test logs

Logs
N/A

Example query results

Results
 select
  name,
  description,
  status,
  runtime,
  available_memory_mb,
  max_instances,
  ingress_settings,
  service_timeout
from
  gcp_cloudfunctions_function;
+------------+-------------+--------+----------+---------------------+---------------+------------------+-----------------+
| name       | description | status | runtime  | available_memory_mb | max_instances | ingress_settings | service_timeout |
+------------+-------------+--------+----------+---------------------+---------------+------------------+-----------------+
| function-2 |             | ACTIVE | nodejs20 | 256Mi               | 100           | ALLOW_ALL        | 60              |
| function-1 |             | ACTIVE | nodejs20 | 256M                | 3000          | ALLOW_ALL        | 60              |
+------------+-------------+--------+----------+---------------------+---------------+------------------+-----------------+

ashutoshmore658 and others added 2 commits July 9, 2024 11:08
Signed-off-by: ashutoshreddy <ashutosh@clouddefense.ai>
Co-authored-by: ashutoshreddy <ashutosh@clouddefense.ai>
@ParthaI ParthaI requested a review from misraved July 9, 2024 07:26
@ParthaI ParthaI self-assigned this Jul 9, 2024
@ParthaI ParthaI changed the title Fix gcp cloud functions missing columns Add missing columns to the table gcp_cloudfunctions_function based on API response Jul 9, 2024
@misraved misraved merged commit 202f3ae into main Jul 30, 2024
1 check passed
@misraved misraved deleted the fix-gcp-cloud-functions-missing-columns branch July 30, 2024 07:18
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.

None yet

3 participants