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

[Feature][seatunnel-datasource]: Add doris data source plugin #244

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

Conversation

KawYang
Copy link
Contributor

@KawYang KawYang commented Nov 25, 2024

Purpose of this pull request

image

Check list

@davidzollo davidzollo added the First-time contributor First-time contributor label Dec 5, 2024
@dingerkingh
Copy link

This is awesome - so looking forward to this!

Doris:
businessMode:
- DATA_INTEGRATION
- DATA_REPLICA
Copy link
Collaborator

Choose a reason for hiding this comment

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

As per the 2.3.8 documentation Doris does not support stream so DATA_REPLICA should not be added here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks

@@ -83,6 +87,10 @@ public static String replaceJobConfigPlaceholders(
String escapeCharacter = matcher.group(1);
String placeholderName = matcher.group(2);

if (SKIP_MATCH_KEY.contains(placeholderName.toUpperCase())) {
Copy link
Collaborator

@arshadmohammad arshadmohammad Jan 9, 2025

Choose a reason for hiding this comment

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

What is the scenario, why want to skip placeholder pattern maching?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SEATUNEL has several placeholders for the sink in version 2.3.8, such as table_name. Details: https://seatunnel.apache.org/docs/2.3.8/concept/sink-options-placeholders

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

Successfully merging this pull request may close these issues.

5 participants