-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: LCFS - Migrate Schedule B Records from TFRS to Fuel Supply #1908
Conversation
…e in LCFS with Version Chaining #1554
LIMIT 1) as ci_limit, | ||
CASE | ||
WHEN dt.the_type = 'Alternative' THEN crsbr.intensity | ||
WHEN dt.the_type = 'GHGenius' THEN crsbr.intensity -- TODO fix intensity to extract from Schedule-D sheets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the part left you are referring?
Identify and process Schedule D records, setting provision type to GHGenius modelled:
id|description |
--+------------------------------+
5|GHGenius modelled |
Can you please elaborate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @areyeslo , as discussed in dev session we'll be having a different ticket to handle GHGenius
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we will handle the ghgenius/schedule d updates in a separate ticket.
#1554