Skip to content

Commit

Permalink
Merge pull request #17 from dbt-labs/bobby_6_2_23
Browse files Browse the repository at this point in the history
update cybersyn listing
  • Loading branch information
bobbybirstockdbtlabs authored Jun 2, 2023
2 parents a82e746 + d01fa99 commit 7501efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sources:
database: frostbyte_cs_public
schema: cybersyn
tables:
- name: public_holidays
- name: public_holiday_calendar
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
with
source as (
select *
from {{ source("marketplace_cybersyn", "public_holidays") }}
from {{ source("marketplace_cybersyn", "public_holiday_calendar") }}
),

renamed as (
select
id AS id,
iso_alpha2 AS iso_alpha2,
date AS date,
holiday_name AS holiday_name,
Expand Down

0 comments on commit 7501efd

Please sign in to comment.