Skip to content

Commit

Permalink
proton.yaml: filter alias column when getting columns from template
Browse files Browse the repository at this point in the history
  • Loading branch information
yokofly committed Oct 24, 2024
1 parent aa1abdb commit 5ff4943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbio/templates/proton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ metadata:
from system.columns
where database = '{schema}'
and table = '{table}'
and default_kind != 'ALIAS'
order by position
primary_keys: |
Expand Down

0 comments on commit 5ff4943

Please sign in to comment.