Skip to main content

Lib to connect python/django modules to redshift

Project description

Weni Data Lake SDK

The Weni Data Lake SDK is a Python library that provides an interface to interact with Weni's data lake services. It supports operations for sending data, managing message templates, and handling traces.

Installation

pip install weni-datalake-sdk
In case you are using poetry, you can add the package to your project with the following command:
poetry add weni-datalake-sdk

Environment Variables

Before using the SDK, make sure to set up the following environment variables:

DATALAKE_SERVER_ADDRESS=your_server_address
REDSHIFT_QUERY_BASE_URL=your_redshift_url
REDSHIFT_SECRET=your_secret
REDSHIFT_ROLE_ARN=your_role_arn
MESSAGE_TEMPLATES_METRIC_NAME=your_metric_name
TRACES_METRIC_NAME=your_trace_metric_name

Usage Examples

1. Sending Data

from weni_datalake_sdk.clients.client import send_data
from weni_datalake_sdk.paths.your_path import YourPath

# Prepare your data
data = {
    "field1": "value1",
    "field2": "value2"
}

# Send data using a path class
send_data(YourPath, data)

# Or using an instantiated path
path = YourPath()
send_data(path, data)

2. Working with Message Templates

from weni_datalake_sdk.clients.redshift.message_templates import get_message_templates

# Get templates with specific parameters
result = get_message_templates(
    contact_urn="contact123",
    template_id="template456"
)

3. Working with Traces

from weni_datalake_sdk.clients.redshift.traces import get_traces

# Get traces with query parameters
result = get_traces(
    query_params={
        "message_uuid": "123e4567-e89b-12d3-a456-426614174000"
    }
)

4. Sending Message Template Data

from weni_datalake_sdk.clients.client import send_message_template_data
from weni_datalake_sdk.paths.message_template import MessageTemplatePath

template_data = {
    "template_id": "template123",
    "content": "Hello, {{name}}!",
    "status": "approved"
}

status = send_message_template_data(MessageTemplatePath, template_data)

Error Handling

The SDK includes proper error handling. Always wrap your calls in try-except blocks:

try:
    result = get_message_templates(template_id="template123")
except Exception as e:
    print(f"Error: {e}")

Best Practices

  1. Environment Variables: Always ensure all required environment variables are set before using the SDK.
  2. Path Validation: Use proper path classes instead of raw strings.
  3. Error Handling: Implement proper error handling in your code.
  4. Data Types: Ensure you're passing the correct data types for each parameter.
  5. Security: Never hardcode sensitive information like tokens or credentials.

Common Issues and Solutions

  1. Connection Issues

    • Ensure DATALAKE_SERVER_ADDRESS is correct and accessible
    • Check your network connectivity
  2. Authentication Errors

    • Verify your AWS credentials are properly configured
    • Check if REDSHIFT_SECRET and REDSHIFT_ROLE_ARN are correct
  3. Missing Environment Variables

    • Double-check all required environment variables are set
    • Use a .env file for local development

Contributing

For contributing to this SDK, please follow these steps:

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

weni_datalake_sdk-0.2.2a1.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

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

weni_datalake_sdk-0.2.2a1-py3-none-any.whl (38.5 kB view details)

Uploaded Python 3

File details

Details for the file weni_datalake_sdk-0.2.2a1.tar.gz.

File metadata

  • Download URL: weni_datalake_sdk-0.2.2a1.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.6 Linux/6.6.87.1-microsoft-standard-WSL2

File hashes

Hashes for weni_datalake_sdk-0.2.2a1.tar.gz
Algorithm Hash digest
SHA256 c83893e6b22baa6faecdb284b8c79665424364186769e3ac3785dab3fc869821
MD5 ba202767a558b06cf0d400152606b844
BLAKE2b-256 fe3769f328ef6d59b5fb07154a7d44ada5fa74b2f164a1b6898851b49201475c

See more details on using hashes here.

File details

Details for the file weni_datalake_sdk-0.2.2a1-py3-none-any.whl.

File metadata

  • Download URL: weni_datalake_sdk-0.2.2a1-py3-none-any.whl
  • Upload date:
  • Size: 38.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.6 Linux/6.6.87.1-microsoft-standard-WSL2

File hashes

Hashes for weni_datalake_sdk-0.2.2a1-py3-none-any.whl
Algorithm Hash digest
SHA256 00f62f3bdd83fc8b6d5e24836a9c865c630c587aaba2a1362d5b08e562a3c8c7
MD5 13f1fbc31b1ffe609a7e5d2c8316ce3b
BLAKE2b-256 9a38a155dab96da1e70e16769b5769e13dc2f7aac9fa5ec5f20227d75584bf17

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