Hi @emanueol ,From you description it seems that you were able to set up connection. Not every step in the wizard has "next button". From example in step 4 (catalog basic) if you create a catalog then you will be automatically transfered to the next ...
Hi @Joost1024 ,So here's the issue. It seems that JSON DataFrameReader expects to have a JSON object. But in your case we're dealing with JSON array at root level - not a JSON object.So for instance,if we would just rewrite your file in following way...
Hi @Anonym40 ,There’s no silver bullet here. It’s rather a matter of opinion. I would prefer the first of the approaches mentioned - that is, a separate process responsible for extracting data from the API and saving it to the data lake. Then, use Au...