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

BigQuerySchemas API #249

Merged
merged 5 commits into from
Sep 23, 2022
Merged

BigQuerySchemas API #249

merged 5 commits into from
Sep 23, 2022

Conversation

JavierMonton
Copy link
Contributor

This PR aims to create a new public API for BigQuery that should allow to create Schemas without creating tables in a real environment.
This is similar to A.asBigQuery.schema but more explicitly: BigQuerySchemas.schema[A] and without an instance of a Product type.

@codecov
Copy link

codecov bot commented Sep 17, 2022

Codecov Report

Merging #249 (363e21e) into main (4a6ef83) will decrease coverage by 6.56%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              main     #249      +/-   ##
===========================================
- Coverage   100.00%   93.43%   -6.57%     
===========================================
  Files           24       25       +1     
  Lines          333      381      +48     
  Branches        45       50       +5     
===========================================
+ Hits           333      356      +23     
- Misses           0       25      +25     
Flag Coverage Δ
unittests 92.33% <100.00%> (+5.84%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ls/bigdatatypes/bigquery/BigQueryDefinitions.scala 97.29% <ø> (-2.71%) ⬇️
...atatools/bigdatatypes/bigquery/BigQueryTable.scala 63.07% <ø> (-36.93%) ⬇️
...atools/bigdatatypes/bigquery/BigQuerySchemas.scala 100.00% <100.00%> (ø)
...tatools/bigdatatypes/bigquery/JavaConverters.scala 100.00% <100.00%> (ø)
...tatools/bigdatatypes/bigquery/JavaConverters.scala 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JavierMonton JavierMonton merged commit 617371f into main Sep 23, 2022
@JavierMonton JavierMonton deleted the BigQuerySchemas branch September 23, 2022 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant