Ross Carvalho

Results 13 issues of Ross Carvalho

There should be a function like edge_exists(from = "A" , to = "B") which returns boolean value depending of existence of edge between nodes.

enhancement

For example : my dataframe has columns in order [ A, C, B ] but the biguery has column in order of [ A,B,C]

Any idea when support for `datetime64[ns, UTC]` will be implemented ? I get this error `Cannot interpret 'datetime64[ns, UTC]' as a data type` when using compare function

enhancement
help wanted
good first issue

Is it possible to provide a method which checks if a key or keypath exists or not , like in the example shown below ? ``` var convict = require("convict");...

I want to integrate my custom Tensorflow model into the ant media server as a plugin. Is there any tutorial or documentation for the same ? I checked the ant...

Also in addition to this , is there any precise documentation where we can lookup what all key values we can put in config for tables , view etc

feature-request
good first issue

Big Query does support addition of new column if it does not exist. For incremental tables there might be instances that a new column might be added. Hence it would...

feature-request

Provide support for creating temp tables ( `CREATE TEMP TABLE` ) in big query using Dataform. Dataform as of now don't have any provision in config to create temporary tables.

feature-request

Is there any way to display weights on edges in pyvis while viewing the viz in html on browser ?

I have the following file for gcs sink connector for events to be stored in parquet format? But this thing is not working. Is there anything more needed for parquet...