Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superset dashboard #28

Merged
merged 3 commits into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions meltano_transform/models/gie_rpt/rpt_gie_storage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM

COMPANY AS
(SELECT
gasdaystart,
gasdaystart::DATE gasdaystart,
code as company_eic,
name as company_name,
TRY_CAST(gasinstorage AS DOUBLE) as comp_gasinstorage,
Expand All @@ -51,7 +51,9 @@ select
workinggasvolume,
comp_workinggasvolume,
injection,
withdrawal
withdrawal,
year(sso.gasdaystart) as reporting_year,
make_date(2000, month(sso.gasdaystart), day(sso.gasdaystart)) as reporting_day
from SSO left join COMPANY
on sso.gasdaystart = COMPANY.gasdaystart
and
Expand Down
Binary file removed standup/dashboards prior.zip
Binary file not shown.
Binary file modified standup/dashboards.zip
Binary file not shown.