Skip to content
#

data

Here are 7,687 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
altair
opi-smccoole
opi-smccoole commented Nov 24, 2020

Thanks for a really great utility, just discovered it today!

Expected Behavior

It would be nice if it was possible to look at the results of a subscription while having it stopped, especially for faster updating subscriptions. I known you can turn off autoscroll but if you want to save the results you still have to manually cut and paste, unlike query results where you can use the download

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

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