We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the bb-fuel data ingestion the full name of the user full_name_up is added twice in the field
full_name_up
Example of data in the en_user table
en_user
+--------------+-----------------------------+ |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 | +--------------+-----------------------------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the bb-fuel data ingestion the full name of the user
full_name_up
is added twice in the fieldExample of data in the
en_user
tableThe text was updated successfully, but these errors were encountered: