fix: Add get_table_query_string_with_alias() for PostgreSQL subquery aliasing by YassinNouh21 · Pull Request #5811 · feast-dev/feast
…aliasing PostgreSQL requires all subqueries in FROM clauses to have aliases. This adds a new method get_table_query_string_with_alias() to PostgreSQLSource that automatically adds an alias when the source is query-based. The existing get_table_query_string() is preserved for backward compatibility and updated with documentation explaining when to use the new method. Fixes feast-dev#5605 Signed-off-by: Yassin Nouh <yassinmnouh@gmail.com> Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
YassinNouh21 added a commit to YassinNouh21/feast that referenced this pull request
…aliasing (feast-dev#5811) Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
kyledepasquale pushed a commit to kyledepasquale/feast that referenced this pull request
YassinNouh21 added a commit to YassinNouh21/feast that referenced this pull request
…aliasing (feast-dev#5811) Signed-off-by: yassinnouh21 <yassinnouh21@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