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

[PLUGIN-1563] Add support in BQ Source to read JSON columns #50

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

psainics
Copy link
Collaborator

Add support in BQ Source to read JSON columns

Jira : PLUGIN-1563

Description

This PR adds the ability to read columns with JSON columns.
We treat Json type as a string.

UI Field

  • No Changes made to widget json.

Docs

  • No Changes made to docs.

Code change

  • Modified BigQueryUtil.java

Unit Tests

  • Modified BigQueryUtilTest.java
    • Added new Unit Test testConvertFieldTypeJsonToString
image

@psainics psainics added bug Something isn't working enhancement New feature or request labels Mar 20, 2024
@psainics psainics requested a review from vikasrathee-cs March 20, 2024 03:59
@psainics psainics self-assigned this Mar 20, 2024
@psainics psainics force-pushed the patch/bq-source-json-support branch 3 times, most recently from 8728d58 to 814b86a Compare March 29, 2024 17:29
@psainics psainics force-pushed the patch/bq-source-json-support branch 3 times, most recently from b75bbcd to 47001d9 Compare April 19, 2024 12:27
@psainics psainics force-pushed the patch/bq-source-json-support branch from 47001d9 to 8cfba20 Compare April 19, 2024 12:31
@psainics psainics merged commit 54077e6 into develop Apr 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant