Latest Activity
Team, We are creating datasource going into Datasource -> Json and creating datasource connection and creating base view from API 1) We are succesfully able to create Datasource the connection passing below credentials DATA route: HTTP Client HTTP...
Hi, I tried to use the JSON data source, when the root json type is array. Let's take for example a file containing the following data : [{"id" : 3, "name" : "xxx", "color" : "blue", "available" : false},{"id" : 13, "name" : "yyy", "color" : "green", ...
I am trying to get the tweets from twitter using below query https://api.twitter.com/1.1/search/tweets.json?q=@query&count=@count&since=@from_date&until=@to_date I have flattened the statuses field and created the view. For every api call i...
Hi support Quick question about Json parsing. I know there are currently no native functions (please let me know if that is incorrect) for parsing json on the read, like you would have natively with HIve or Presto (using something like get_json_object...
Hi, I would like to know what ports does denodo internally uses to connect to JSON data sources? is there any place where I can check all the ports being used by denodo currently. I know denodo uses 80, 8080, 443 ports to connect to webservices. howev...
Hi, I have created an view in denodo and exposed the details as REST API. I want to query the API with JSON query. I know we can do it by dynamic URI parameters. Any help is appreciated. Thanks
Hi, We are recently getting stood up with Denodo for our organization and I am trying to find native functions that will work for JSON parsing. This is a bit different than the "flatten" or other abstractions that you can do from VDP, but rather manip...
Hi, I am trying to create a JSON source in Denodo (and I've done it before). This particular external source has the following condition - "In order to access documents via the API, you must be logged in as an authenticated user. This is handled throu...
Hello, we are trying to consume data from a web service, that supports both JSON and XML results. We have the source imported as JSON, and can use variables in the URL just fine. The problem is we want to be a little more dynamic, and have the where ...