You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the feature and found no similar feature requirement.
Description
How to support dimension lookup query for transform
And as EtLT data synchronization, I think we need to support lookup query for transform, and I want to hear from you all how you think it can be implemented in SeaTunnel.
hailin0
changed the title
[Discuss]How to support dimension lookup query for transform
[Discuss] How to support dimension lookup query for transform
Oct 29, 2024
Implementation method:
Option 1 for batch strategy: When starting the strategy, connect to the database, query the database, and save the data results to the cache; When each line of data arrives, search for cached data.
Option 2 for streaming media strategy: On the basis of 1, regularly refresh cached data to ensure that cached data is updated regularly
Search before asking
Description
How to support dimension lookup query for transform
And as EtLT data synchronization, I think we need to support lookup query for transform, and I want to hear from you all how you think it can be implemented in SeaTunnel.
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: