Skip to main content

Used with Great_Expectations to store validation results in an Oracle Database.

Project description

ge-store-validations-oracle-plugin

Steps to use the OracleStoreValidationResultsAction from the plugin

Install this plugin by pasting store_validations_oracle.py from great_expectations/plugins in your corresponding great_expectations/plugins folder.

  1. Install the plugin by pip install store-validations-oracle. You can put store-validations-oracle in the requirements.txt file for CI/CD operations.

  2. In your required checkpoint, add the following action to your checkpoint .yml file.

  - name: store_validations_oracle
    action:
      class_name: OracleStoreValidationResultsAction
      module_name: store_validations_oracle.store_validations_oracle
      username: ${USERNAME}
      password: ${PASSWORD}
      hostname: ${HOSTNAME}
      port: ${PORT}
      service_name: ${SERVICE_NAME}
      table_name: ${TABLE_NAME}
  1. In your uncommited/config_variables.yml file or if you are using environment variables, add the following variables related to the Oracle Database account:

    • USERNAME
    • PASSWORD
    • TABLE_NAME

    Either:

    • HOSTNAME
    • PORT (defaults to 1521)
    • SERVICE_NAME (defaults to ORCL)

    Or:

    • CONNECTION_STRING

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

store_validations_oracle-0.1.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file store_validations_oracle-0.1.3.tar.gz.

File metadata

  • Download URL: store_validations_oracle-0.1.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.8.16 Linux/5.15.0-1031-azure

File hashes

Hashes for store_validations_oracle-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c08032338871da2c7526d1bb3c8766cb8bf5b42d4b62c93e8f998551084573a2
MD5 32b23ba6460b6f127046d347e2b7022a
BLAKE2b-256 62272066efc02abb3e647ff15672c6c8e869f413e5f526d3ee949aab7f299c9e

See more details on using hashes here.

File details

Details for the file store_validations_oracle-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for store_validations_oracle-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 da6ae7616dbc98a20656b0afe67baa23136a9e9ad815e4beb3a3fce8350125f9
MD5 63b8b35e459e435c58b2b89dd3177569
BLAKE2b-256 e6802acc1c4f5141a45dbe54b1f53dd108d864aa471fcc16f2932389e097fd60

See more details on using hashes here.

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