Skip to main content

Great_expectations plugin to upload valdiation results to 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.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for store_validations_oracle-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3bc30a74e70868af2aa0b6a094117b514a520d42dc117fee4e980f1582c7f07a
MD5 27f8e8b4a3a4981e9cfe0facba57a7c7
BLAKE2b-256 e8f0f2cc6e6e9068158be0ebd8232574173c671e3eca847dd127a22bfe468b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for store_validations_oracle-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1b8438e75bcfc84282d95c88d149bfa14b9a68b900bcc9d75193ae276724e415
MD5 a5a59d024967a0f71cbabbcd8d4cacc2
BLAKE2b-256 4e30040221c510f421625c4cc2fec4956452aa650da83cb0a8a62337730d6f98

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