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

Update Teradata Provider #39208

Closed
wants to merge 30 commits into from
Closed

Update Teradata Provider #39208

wants to merge 30 commits into from

Conversation

satish-chinthanippu
Copy link
Contributor

Added new features to Teradata Provider for Teradata - complete cloud analytics and data platform. As part of this release, Added below functionalities.

  1. Stored Procedure Support in Teradata Hook
  2. Stored Procedure Operator - TeradataStoredProcedureOperator
  3. Azure Blob Storage to Teradata Transfer Operator.
  4. Amazon S3 to Teradata Transfer Operator
  5. Added required documentation, unit and system tests for Teradata Provider changes.

With this PR:
Updates to Airflow Provider for Teradata will be released.

Teradata Provider System Test Health Board

Teradata Provider documentation build status: https://github.com/Teradata/airflow/actions/runs/8803511055/job/24161816851


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Ide 24250 - stored procedure implementation and tests
:param identifier: stored procedure name
:param autocommit: What to set the connection's autocommit setting to
before executing the query.
:param parameters: The IN, OUT and INOUT parameters for Teradata
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:param parameters: The IN, OUT and INOUT parameters for Teradata
:param parameters: The `IN`, `OUT` and `INOUT` parameters for Teradata

to avoid the need to have inout in spelling exclusion

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this modification, encountering a pre-commit check failure persists if an entry was deleted from docs/spelling_wordlist.txt, as evidenced below

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closed this PR and raised new PR #39217

@@ -806,6 +807,7 @@ initcontainers
initdb
initialisation
initialising
inout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be removed after applying suggested fix above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants