Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Postgres table schema for Jira data pipeline csv

Sean Kim June 8, 2023

I've been reading about data pipeline and dashboard for Jira.

https://confluence.atlassian.com/adminjiraserver0904/deploy-the-devops-dashboard-in-powerbi-1188768785.html

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),

 

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 11, 2023

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.

Sean Kim June 15, 2023

Thank you for the relpy

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.4.6
TAGS
AUG Leaders

Atlassian Community Events