Skip to content

[oracle] hide internal configuration fields in sink UI#673

Open
vikasrathee-cs wants to merge 1 commit into
data-integrations:developfrom
cloudsufi:hide-generic-fields-from-develop
Open

[oracle] hide internal configuration fields in sink UI#673
vikasrathee-cs wants to merge 1 commit into
data-integrations:developfrom
cloudsufi:hide-generic-fields-from-develop

Conversation

@vikasrathee-cs

Copy link
Copy Markdown
Contributor

[oracle] hide internal configuration fields in sink UI, these were added for DTS use cases.

Fields are treatAsOldTimestamp, treatPrecisionlessNumAsDeci, treatTimestampLTZAsTimestamp and enableXmlType.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request adds four new hidden configuration properties (treatAsOldTimestamp, treatPrecisionlessNumAsDeci, treatTimestampLTZAsTimestamp, and enableXmlType) to the Oracle batch sink widget configuration. However, these newly added properties are not declared in the corresponding OracleSinkConfig class in OracleSink.java. This omission will cause pipeline deployment and runtime failures due to unknown properties. To resolve this, these fields should be added to the Java configuration class as @Nullable fields.

Comment thread oracle-plugin/widgets/Oracle-batchsink.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants