-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
BigQuery nested fields missing descriptions #8763
Comments
I have debugged this and the issue seems to be related to this conditional here. This is only true for the struct field, hence it's the only one that has a description set. Mentioning @treff7es as I see he was testing this here #6062 |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
@maaaikoool please, can you retest? |
Hey @treff7es after upgrading to v0.11.0.2 I can still reproduce it. Here is a minimal example:
updatedAt won't have a description 🤔 |
Describe the bug
BigQuery schemaMetadata aspect is missing description in record fields that are not the root record field.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All fields should have description
Screenshots
Additional context
Tested with latest version master e7d140f
The text was updated successfully, but these errors were encountered: