Unfortunately, yes. Here is the output from the developer console of Chrome:
GET https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.7.0/nv.d3.min.css net::ERR_CONNECTION_REFUSED duration?dag_id=test_task:431 GET https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js net::ERR_CONNECTION_REFUSED duration?dag_id=test_task:432 GET https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.7.0/nv.d3.min.js net::ERR_CONNECTION_REFUSED -----Original Message----- From: Bolke de Bruin [mailto:[email protected]] Sent: Monday, January 30, 2017 11:55 AM To: [email protected] Subject: Re: nvd3 is an external resource Did you double check btw? The nvd3 libraries are pulled from a local resources as far as I can see. - Bolke > On 30 Jan 2017, at 09:45, Bolke de Bruin <[email protected]> wrote: > > That is indeed unfortunate. python-nvd3 pulls its in this way (thus not > Airflow itself). It might be a config thing with them. > > Bolke > >> On 30 Jan 2017, at 09:42, Сёмочкин Максим Викторович <[email protected]> wrote: >> >> Hello! >> Did I understand correctly that version 1.8 is a library for drawing charts >> (nvd3) is loaded from external resource - cloudflare? >> Our problem is that the Airflow is installed in a closed network segment >> that has no Internet access >
