X Tutup
Skip to content

Docs: Bigtable + Dataflow hello world cleanups#6314

Merged
billyjacobson merged 6 commits intomainfrom
bt-df-local
Nov 10, 2021
Merged

Docs: Bigtable + Dataflow hello world cleanups#6314
billyjacobson merged 6 commits intomainfrom
bt-df-local

Conversation

@billyjacobson
Copy link
Copy Markdown
Member

  • I have followed Sample Format Guide
  • pom.xml parent set to latest shared-configuration
  • Appropriate changes to README are included in PR
  • API's need to be enabled to test (tell us)
  • Environment Variables need to be set (ask us to set them)
  • Tests pass: mvn clean verify required
  • Lint passes: mvn -P lint checkstyle:check required
  • Static Analysis: mvn -P lint clean compile pmd:cpd-check spotbugs:check advisory only
  • Please merge this PR for me once it is approved.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Oct 27, 2021
# Conflicts:
#	bigtable/beam/helloworld/pom.xml
@billyjacobson billyjacobson marked this pull request as ready for review October 27, 2021 13:15
@billyjacobson billyjacobson requested a review from kolea2 October 27, 2021 14:56

@Description("The Bigtable table ID in the instance.")
@Default.String("bigtable-table")
@Default.String("mobile-time-series")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this table? From some example?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's just the example table. We have a schema for it and use it in a bunch of examples

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<apache_beam.version>2.31.0</apache_beam.version>
<!-- Keep this apache_beam.version in sync with version used in bigtable-hbase-beam -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add an exclusion to the renovate config so this doesn't accidentally get updated in the future.

@billyjacobson billyjacobson merged commit b00ea09 into main Nov 10, 2021
@billyjacobson billyjacobson deleted the bt-df-local branch November 10, 2021 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup