We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a22b1 commit c97788fCopy full SHA for c97788f
1 file changed
docs/esa/euclid/euclid.rst
@@ -598,6 +598,7 @@ First, use the load_async_job_ method to download the metadata of the async jobs
598
599
Second, create a dataframe that contains the jobid and date information:
600
601
+.. Skip testing as the example require authentication
602
.. doctest-skip::
603
604
>>> df = pd.DataFrame.from_dict({'job_id':job_ids, 'fulldate':dates})
0 commit comments