| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fpopic |
| ArtifactId | ArtifactIdbigquery-schema-select_2.13 |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbigquery-schema-select
Generates SQL query that selects all fields (recursively for nested fields) from the provided BigQuery schema file.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bigquery-schema-select_2.13-0.4.pom | |
| bigquery-schema-select_2.13-0.4.jar | 12 MB |
| bigquery-schema-select_2.13-0.4-sources.jar | 263 bytes |
| bigquery-schema-select_2.13-0.4-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/ -->
<dependency>
<groupId>com.github.fpopic</groupId>
<artifactId>bigquery-schema-select_2.13</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/
implementation 'com.github.fpopic:bigquery-schema-select_2.13:0.4'
// https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/
implementation ("com.github.fpopic:bigquery-schema-select_2.13:0.4")
'com.github.fpopic:bigquery-schema-select_2.13:jar:0.4'
<dependency org="com.github.fpopic" name="bigquery-schema-select_2.13" rev="0.4">
<artifact name="bigquery-schema-select_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fpopic', module='bigquery-schema-select_2.13', version='0.4')
)
libraryDependencies += "com.github.fpopic" % "bigquery-schema-select_2.13" % "0.4"
[com.github.fpopic/bigquery-schema-select_2.13 "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.5 |