Apache Beam BigQuery Utils

Collection of utilities for working with BigQuery in Apache Beam

License

License

Categories

Categories

Data
GroupId

GroupId

com.windfalldata
ArtifactId

ArtifactId

beam-bigquery-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Beam BigQuery Utils
Collection of utilities for working with BigQuery in Apache Beam

Download beam-bigquery-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.windfalldata/beam-bigquery-utils/ -->
<dependency>
    <groupId>com.windfalldata</groupId>
    <artifactId>beam-bigquery-utils</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.windfalldata/beam-bigquery-utils/
implementation 'com.windfalldata:beam-bigquery-utils:1.0.1'
// https://jarcasting.com/artifacts/com.windfalldata/beam-bigquery-utils/
implementation ("com.windfalldata:beam-bigquery-utils:1.0.1")
'com.windfalldata:beam-bigquery-utils:jar:1.0.1'
<dependency org="com.windfalldata" name="beam-bigquery-utils" rev="1.0.1">
  <artifact name="beam-bigquery-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.windfalldata', module='beam-bigquery-utils', version='1.0.1')
)
libraryDependencies += "com.windfalldata" % "beam-bigquery-utils" % "1.0.1"
[com.windfalldata/beam-bigquery-utils "1.0.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.beam : beam-sdks-java-core jar 2.9.0
org.apache.beam : beam-sdks-java-io-google-cloud-platform jar 2.9.0
org.apache.commons : commons-lang3 jar 3.5
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.9.8
com.fasterxml.jackson.core : jackson-databind jar 2.9.8
com.fasterxml.jackson.core : jackson-annotations jar 2.9.8
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.9.8
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.8

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0