Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Teradata Provider #39217

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Commits on May 2, 2024

  1. Updates to Teradata Provider with release 2.2.0

    Implemented enhancements to the Teradata Provider for Teradata.
    
    This release incorporates the following features:
    
    • Introduction of Stored Procedure Support in Teradata Hook
    • Inclusion of the TeradataStoredProcedureOperator for executing stored procedures
    • Integration of Azure Blob Storage to Teradata Transfer Operator
    • Integration of Amazon S3 to Teradata Transfer Operator
    • Provision of necessary documentation, along with unit and system tests, for the Teradata Provider modifications.
    satish-chinthanippu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1596bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73ca455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c28ac1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0e5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a9c4af View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f815fef View commit details
    Browse the repository at this point in the history
  2. Addressed PR review comments

    Addressed following PR review comments
    
    Azure and Amazon optional dependency in teradata provider.yaml
    Added another parameter to s3 transfer operator to specify given bucket is public or not
    Added more examples of stored procedure operator in stored procedure system DAG
    Changed """ to " for single line SQL statements in system tests DAGs
    Applied dedent for SQL statements in cloud transfer operators
    satish-chinthanippu committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1747e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4baf9ab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Address PR comments (#42)

    * Modified conn_id to teradata_conn_id for Teradata Operator
    
    * static check issue fixed
    satish-chinthanippu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd2dce4 View commit details
    Browse the repository at this point in the history