Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
The EPIC type is not populating in domain layer from tool layer.
As can be seen in the tool layer table of '_tool_jira_issues' Epic type exists.
When the data gets loaded to the the domain layer table 'Issues', the EPIC type gets missed.
What do you expect to happen
The Epic type should exist in the Issues domain layer table
How to reproduce
Do the following queries to verify,
To Check if epic exist in the tool layer
select type from lake._tool_jira_issues group by type;
To Check if EPIC exist in the domain layer
select original_type from lake.issues group by original_type;
Anything else
I have loaded data from 3 Boards and I couldn't get a single entry of epic in the domain layer.
Version
v0.15.0
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Activity