data
Here are 7,064 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Oct 28, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2020
The phonetic
GREL function does not validate its second argument, the phonetic encoding, and silently falls back to metaphone.
For instance, "open refine".phonetic("metaphone3")
evaluates to "APNRFN"
and so does "open refine".phonetic(undefined_value)
or "open refine".phonetic(null)
.
In these last two cases, we should instead throw an error, similar to the one we get with `"open re
-
Updated
Nov 9, 2020 - Python
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 30, 2020
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 30, 2020
-
Updated
Nov 26, 2019
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Python
Describe the bug
Our GraphQL endpoint returns JSON in an specific structure, instead of the default data
property, we only map our result into the data
property when the operationName
is IntrospectionQuery
. But for some reason when loading the introspection query the value of operationName
is null
. Causing the result of the IntrospectionQuery
to be on our custom JSON structu
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Sep 15, 2020 - Rust
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Nov 25, 2019 - Python
When a user wants to stream data to a date-partitioned BQ table, the way to do this is:
//noinspection ScalaStyle
class DayPartitionFunction()
extends SerializableFunction[ValueInSingleWindow[TableRow], TableDestination] {
override def apply(input: ValueInSingleWindow[TableRow]): TableDestination = {
val partition = DateTimeFormat.forPattern("yyyyMMdd").withZone(DateTimeZo
-
Updated
Aug 31, 2019 - Clojure
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."
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: