fpopic / bigquery-schema-select   0.4

Apache License 2.0 GitHub

(Script) Generates SQL query that selects all fields (recursively for nested fields) from the provided BigQuery schema file.

Scala versions: 2.13

bigquery-schema-select 0.3


Group ID:
com.github.fpopic
Artifact ID:
bigquery-schema-select_2.13
Version:
0.3
Release Date:
Jun 23, 2021
Licenses:
Files:

libraryDependencies += "com.github.fpopic" %% "bigquery-schema-select" % "0.3"

Mill build tool

ivy"com.github.fpopic::bigquery-schema-select:0.3"

Scala CLI

//> using dep "com.github.fpopic::bigquery-schema-select:0.3"

Ammonite REPL

import $ivy.`com.github.fpopic::bigquery-schema-select:0.3`

<dependency>
  <groupId>com.github.fpopic</groupId>
  <artifactId>bigquery-schema-select_2.13</artifactId>
  <version>0.3</version>
</dependency>

compile group: 'com.github.fpopic', name: 'bigquery-schema-select_2.13', version: '0.3'