Skip to main content

Add your description here

Project description

google-cloud-helper

This repository contains common functions for easy access to Google Cloud Infrastructure, such as Big Query or Google buckets.

Example Usage

from src.BigQueryHelper import BigQueryHelper
from src.GoogleBucketHelper import GoogleBucketHelper
from src.SecretManagerHelper import SecretManagerHelper

# BigQuery
bq_helper = BigQueryHelper("your-gcp-project-id")
exists = bq_helper.table_exists("your-gcp-project-id.dataset.table")
print(f"Table exists: {exists}")

# Google Cloud Storage
bucket_helper = GoogleBucketHelper("your-gcp-project-id")
bucket_exists = bucket_helper.bucket_exists("your-bucket-name")
print(f"Bucket exists: {bucket_exists}")

# Secret Manager
secret_helper = SecretManagerHelper()
my_secret = secret_helper.get_secret("your-gcp-project-id", "your-secret-id")
print("Successfully retrieved secret!")

Available Functions

BigQueryHelper

Function Description
table_exists(table_id) Checks if a specific BigQuery table exists.
create_dataset(dataset_id) Creates a new BigQuery dataset if it doesn't already exist.
create_table_from_df(...) Creates and populates a table from a pandas DataFrame, with options for partitioning and clustering.
upload_df_to_table(table_id, df) Appends a pandas DataFrame to an existing BigQuery table.
incremental_insert_with_deduplication(...) Inserts new rows from a DataFrame, avoiding duplicates based on a unique key.
generate_bigquery_schema(df) Infers a BigQuery schema from a pandas DataFrame.

GoogleBucketHelper

Function Description
download_as_text(bucket, path) Downloads a file from a Google Cloud Storage bucket as text.
bucket_exists(bucket_name) Checks if a specific Google Cloud Storage bucket exists.

SecretManagerHelper

Function Description
get_secret(project_id, secret_id) Retrieves the latest version of a secret from Secret Manager.

Testing

To run the tests, execute the following command:

uv run pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google_cloud_helper-0.1.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_cloud_helper-0.1.0-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file google_cloud_helper-0.1.0.tar.gz.

File metadata

  • Download URL: google_cloud_helper-0.1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for google_cloud_helper-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8e64996a4a29cd0833d9cc37bf4394fd0b75e0fd38788ea4ac65b2d73237380b
MD5 ba0b57f4d3977e6525aca300467a55c7
BLAKE2b-256 c10a15b022f1ba209ccedb025e7e255cc02d8f47ba8441416c1d5e411e75657b

See more details on using hashes here.

File details

Details for the file google_cloud_helper-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for google_cloud_helper-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af3fc334dfcf88b64bc0381dfae909505669646ff773d812d032e7a66c6cfd2a
MD5 1c3293b95b53376e709d458351c70fc1
BLAKE2b-256 a0ecc74d4d50a5b013dc86ffaa89e67fcf1a708df809ea804d43e8eeea210561

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page