-
Notifications
You must be signed in to change notification settings - Fork 961
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
Bug Report: Programmatic descriptions not displayed for sample data #701
Comments
please take a look at amundsen-io/amundsendatabuilder#367 which @madison-ookla did a fix on the sample data. |
After updating amundsendatabuilder to the latest version the formatting of the programmatic description was fixed but the underlying issue still stands. |
@M0kY do you mind trying to run |
@madison-ookla |
Got it! Thanks for clarifying 🙂 |
cc @ttannis hey Tamika, I know we add some configs for programmatic descriptions, do you know anything specific related to this issue? |
I see. We have to update the logic in https://github.com/amundsen-io/amundsenfrontendlibrary/blob/master/amundsen_application/api/utils/metadata_utils.py#L152 to account for when |
@ttannis oh i see, thanks for the info, amundsen-io/amundsenfrontendlibrary#671 |
@M0kY the fix is merged to master, could you try it with master and see if the issue is fixed? thanks. |
@feng-tao Can confirm it is now working as expected. Thanks for the quick fix. |
thanks @M0kY for confirming! |
Signed-off-by: Marcos Iglesias Valle <golodhros@gmail.com>
Signed-off-by: Marcos Iglesias Valle <golodhros@gmail.com>
Signed-off-by: Marcos Iglesias Valle <golodhros@gmail.com>
Signed-off-by: Marcos Iglesias Valle <golodhros@gmail.com>
Since version 2.2.0 of amundsenfrontendlibrary programmatic descriptions do not work as per the documentation when
PROGRAMMATIC_DISPLAY
is left atNone
. After loading sample data usingsample_data_loader.py
no programmatic description is displayed fortest_schema.test_table1
.Expected Behavior
From the documentation at https://www.amundsen.io/amundsen/frontend/docs/flask_config/
After starting amundsen using
docker-amundsen-local.yml
and loading sample data I'm expecting to see the programmatic descriptions for the sample data as in the screenshot:Current Behavior
Steps to Reproduce
docker-amundsen-local.yml
sample_data_loader.py
test_schema.test_table1
pageContext
Changing
PROGRAMMATIC_DISPLAY
fromNone
to something else like for example:gives the expected behavior.
Your Environment
The text was updated successfully, but these errors were encountered: