Skip to content

Commit

Permalink
added column alias test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakkinep committed Apr 11, 2024
1 parent 60fce28 commit 0460d59
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ sources:
quote: true
data_type: varchar(64)
tests: *same-rowcount

- name: people_csv_needing_alias_column
external: *csv-people
columns:
- name: SELECT
alias: SELECT_COL
data_type: varchar(64)
tests: *same-rowcount

- name: people_json_unpartitioned_no_columns
external: *json-people
Expand Down

0 comments on commit 0460d59

Please sign in to comment.