-
Notifications
You must be signed in to change notification settings - Fork 968
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
feat: Add bigquery column mode when consuming bigquery metadata #1491
feat: Add bigquery column mode when consuming bigquery metadata #1491
Conversation
append this information as part of the column type Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com>
93664ea
to
974a6b5
Compare
Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com>
cc @xuan616 to take a look |
The predefined length of column_type in rds model should be fine with the concatenation of type and mode. I do not have any concern from rds side. Thanks just one nit: what do you think if we use type instead of mode as prefix. cc @MrwanBaghdad |
@MrwanBaghdad ci fails |
Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com>
thanks:grinning: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @xuan616 for the review!
…dsen-io#1491) * DCAT-182 Consume column mode when consumeing metadata from bigquery and append this information as part of the column type Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * fix lint issues Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * Use the column type as prefix, instead of mode Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> Signed-off-by: Amom Mendes <amommendes@hotmail.com>
…dsen-io#1491) * DCAT-182 Consume column mode when consumeing metadata from bigquery and append this information as part of the column type Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * fix lint issues Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * Use the column type as prefix, instead of mode Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> Signed-off-by: Ozan Dogrultan <ozan.dogrultan@deliveryhero.com>
…dsen-io#1491) * DCAT-182 Consume column mode when consumeing metadata from bigquery and append this information as part of the column type Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * fix lint issues Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * Use the column type as prefix, instead of mode Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com>
…dsen-io#1491) * DCAT-182 Consume column mode when consumeing metadata from bigquery and append this information as part of the column type Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * fix lint issues Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com> * Use the column type as prefix, instead of mode Signed-off-by: MrwanBaghdad <marwan.nabil@deliveryhero.com>
Summary of Changes
This PR intends to add the column mode when consuming column metadata for bigquery. The column mode indicates if the column is of an array type.
Tests
Added a test case for a repeated nested field
Documentation
CheckList
Make sure you have checked all steps below to ensure a timely review.