Azure / Azure-Data-Service-Notebook

Magic functions for using Jupyter Notebook with Azure Data Service
MIT License
6 stars 6 forks source link

jobs.head(100) does not list all jobs #25

Closed jingyanjingyan closed 6 years ago

jingyanjingyan commented 6 years ago

Describe the bug jobs.head(100) does not list all jobs

To Reproduce Steps to reproduce the behavior:

  1. jobs = %adl listjobs --account devtooltelemetryadla --page_index 0 --page_job_number 100
  2. jobs.head(100)

Expected behavior list all jobs

Screenshots image

Desktop (please complete the following information): OS: Win10 Browser: chrome Jupyter Version: Python 3.6.2, Jupyter 4.4.0

Additional context Add any other context about the problem here.

gaoyangxiaozhu commented 6 years ago

still not show all info

gaoyangxiaozhu commented 6 years ago

fix done

jingyanjingyan commented 6 years ago

Repro at 07-25-2018