Skip to main content

Client library for connecting with the Querius API

Project description

Querius Client

Client code for interacting with the Querius API.

Install

pip install querius

Usage

from google.cloud import bigquery
from querius import QueriusClient, patch_bq_client_with_querius_client
from pathlib import Path

bq_client = bigquery.Client()
q_client = QueriusClient.from_service_account_path(
    api_url="<querius-url>",
    service_account_path=Path('path/to/key.json'),
    customer_id="<querius-customer-id>",
    timeout_seconds=2
)
patch_bq_client_with_querius_client(bq_client, q_client)

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

querius-0.1.4.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

querius-0.1.4-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

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