Merging upstream version 26.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
913e13699d
commit
0b9b4fe8cb
52 changed files with 14319 additions and 14244 deletions
|
@ -237,7 +237,7 @@ def to_node(
|
|||
# Find all columns that went into creating this one to list their lineage nodes.
|
||||
source_columns = set(find_all_in_scope(select, exp.Column))
|
||||
|
||||
# If the source is a UDTF find columns used in the UTDF to generate the table
|
||||
# If the source is a UDTF find columns used in the UDTF to generate the table
|
||||
if isinstance(source, exp.UDTF):
|
||||
source_columns |= set(source.find_all(exp.Column))
|
||||
derived_tables = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue