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

User full name is added twice #171

Open
eliasnogueira opened this issue Oct 1, 2020 · 0 comments
Open

User full name is added twice #171

eliasnogueira opened this issue Oct 1, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@eliasnogueira
Copy link
Collaborator

During the bb-fuel data ingestion the full name of the user full_name_up is added twice in the field

Example of data in the en_user table

+--------------+-----------------------------+
|external_id   |full_name_up                 |
+--------------+-----------------------------+
|U0001005      |U0001005 U0001005            |
|U0001031      |U0001031 U0001031            |
|U0001037      |U0001037 U0001037            |
|U0001011      |U0001011 U0001011            |
|U0001030      |U0001030 U0001030            |
|U0001025      |U0001025 U0001025            |
|U0001022      |U0001022 U0001022            |
|U0001028      |U0001028 U0001028            |
|U0001024      |U0001024 U0001024            |
|paddy_brian   |PADDY_BRIAN PADDY_BRIAN      |
|user          |USER USER                    |
|U0001013      |U0001013 U0001013            |
|admin         |ADMIN USER ADMINISTRATOR     |
|U0000010      |U0000010 U0000010            |
|manager       |MANAGER MANAGER USER         |
|iris_schipper |IRIS_SCHIPPER IRIS_SCHIPPER  |
|U0001001      |U0001001 U0001001            |
|U0001003      |U0001003 U0001003            |
|U0001021      |U0001021 U0001021            |
|U0001012      |U0001012 U0001012            |
|U0001023      |U0001023 U0001023            |
|U0001034      |U0001034 U0001034            |
|U0001004      |U0001004 U0001004            |
|U0001002      |U0001002 U0001002            |
|U0001033      |U0001033 U0001033            |
|U0000011      |U0000011 U0000011            |
|U0001027      |U0001027 U0001027            |
|U0001035      |U0001035 U0001035            |
|designer      |DESIGNER DESIGNER USER       |
|alex_wong     |ALEX_WONG ALEX_WONG          |
|U0001015      |U0001015 U0001015            |
|U0001036      |U0001036 U0001036            |
|jan_verschoor |JAN_VERSCHOOR JAN_VERSCHOOR  |
|U0001032      |U0001032 U0001032            |
|joe_santorelli|JOE_SANTORELLI JOE_SANTORELLI|
|sarah_lee     |SARAH_LEE SARAH_LEE          |
|robin_green   |ROBIN_GREEN ROBIN_GREEN      |
|U0001029      |U0001029 U0001029            |
|U0001014      |U0001014 U0001014            |
|U0001026      |U0001026 U0001026            |
+--------------+-----------------------------+
@eliasnogueira eliasnogueira added the bug Something isn't working label Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant