I've been reading about data pipeline and dashboard for Jira.
Here's my question.
Why are all the data types in the Postgres table varchar? Is it because of how the Power BI dashboard template is setup?
eg.
id varchar(50),
project_name varchar(1000),
created_date varchar(50),
Welcome to the Atlassian Community!
It's because the varchar data type is the most appropriate one to capture the data you will get flowing from the app. It's not so much PowerBI itself, it's that PowerBI finds it easiest to understand the data it extracts best as varchar.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.