Skip to content
#

data

Here are 7,825 public repositories matching this topic...

sheetjs
SheetJSDev
SheetJSDev commented Oct 11, 2020

While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.

I am experiencing the same problem.

In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.

Example:

const head
sisidra
sisidra commented Dec 30, 2020

Currently com.spotify.scio.bigtable.syntax.ScioContextOps#updateNumberOfBigtableNodes updates all clusters for the instance.
That is not desired behaviour if each cluster is dedicated for specific task - one for batch jobs, another for service, etc.
Desired API is to allow change node count for only specific cluster (dedicated for batch jobs).

Proposed API change:

- def updateNumberOf
jrhizor
jrhizor commented Mar 9, 2021

We should check for the existence of a value for something like a --config flag and if the flag represents a file, we should check for its existence at the base level.

Example:

# jrhizor in ~/code/airbyte/airbyte-webapp on git:master ● [10:16:24]
→ docker run --rm airbyte/source-exchangeratesapi-singer:0.1.9 check --config

# jrhizor in ~/code/airbyte/airbyte-webapp on git:master ● [

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more