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
      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.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

store_validations_oracle-0.1.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: store_validations_oracle-0.1.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.8.14 Linux/5.15.0-1023-azure

File hashes

Hashes for store_validations_oracle-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd0456a0bbe9340c50e51d4942ef2d94fb9efc74e62a1fb49282e672d79bc67f
MD5 424b0f3d525c0d98c009fc6448088ce1
BLAKE2b-256 ed7588ba26164340464bf6b31bfc9280a2b6a0783bec1ba799dcc737e5e8d2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for store_validations_oracle-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e8627a2b362b3ed5a40c121decaf7b307506ccfef07534a99dc8d5bf7522a5cb
MD5 8645ea678cf430342bd53fbc9db169a2
BLAKE2b-256 b4a3088b9fdc0863c63016b612818f927c9de0d27184178fbebad5c000a8ec7f

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