Fix#8033 Database Join add load SQL from a file - #8064
Open
leehaut wants to merge 1 commit into
Open
Conversation
Signed-off-by: lance <leehaut@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #8033
Summary
Adds Load SQL from file to the Database Join transform, matching Table Input.
A Database Join can now point at an external
.sqlfile (VFS path, variables such as${PROJECT_HOME}/sql/lookup_records.sql). The query is read once at transform init.?placeholders still bind to the Parameters table, so the same lookup SQL can be reused across pipelines without copy-paste.Leaving the path empty keeps the previous inline SQL editor (backward compatible).
Changed
sql_from_fileonDatabaseJoinMeta;getEffectiveSql()loads the file via VFS (UTF-8).DatabaseJoin.init()prepares that SQL, then applies Replace variables when enabled.databasejoin.adoc) anden_US/zh_CNmessages.0009-database-join-sql-file.hpl