Search

Search

Help

Page 33 of 211. Showing 2,110 results (0.026 seconds)

  1. A Primer for the pfx_dw Data Warehouse Schema

    for a particular user: mysql> SELECT COUNT(*) FROM job_fact AS fact INNER JOIN user_dim AS user ON fact.user_sk = user.user_sk WHERE user.name = 'jburk' ; +----------+ | COUNT…
    Qube 6.6Dec 15, 2016
  2. A Primer for the pfx_dw Data Warehouse Schema

    | | foobar | | fubar | | jburk | | perforce | | root | | shinya | +---------------+ Get a count of all jobs for a particular user: mysql…
    Qube 6.5Oct 23, 2014
  3. A Primer for the pfx_dw Data Warehouse Schema

    for a particular user: mysql> SELECT COUNT(*) FROM job_fact AS fact INNER JOIN user_dim AS user ON fact.user_sk = user.user_sk WHERE user.name = 'jburk' ; +----------+ | COUNT…
    Qube 6.7Dec 15, 2016
  4. WranglerView 6.6-0 Release Notes

    @CHANGE: group supervisor config params in config dialog into functional groups; commonly-changed, smartShare, user limits, email, advanced (uncommon), etc ==== CL 12777 ==== @CHANGE…
    Release NotesNov 19, 2018
  5. A Primer for the pfx_dw Data Warehouse Schema

    rows) Get a count of all jobs for a particular user: pfx=> SELECT COUNT(*) FROM job_fact INNER JOIN user_dim ON job_fact.user_sk = user_dim.user_sk WHERE user_dim.name = 'shinya…
    QubeDec 10, 2020
  6. Qube 6.9-0 Release Notes

    ############################################################################## ==== CL 16804 ==== @TWEAK: added code to print what operation was requested, when printing out "permission granted to user..." ==== CL 16776 ==== @FIX: Python API should…
    Release NotesNov 19, 2018
  7. _restrictionsSyntax

    in other clusters. The job's restriction value can be used to limit what other clusters the job could possibly run on. Restrictions defined for jobs When a job has a restriction…
    Qube 6.4Jun 09, 2014
  8. _restrictionsSyntax

    in other clusters. The job's restriction value can be used to limit what other clusters the job could possibly run on. Restrictions defined for jobs When a job has a restriction…
    Qube 6.5Jun 09, 2014
  9. WV Jobs

    the "Retrieved" number, you should check and see if you are filtering the retrieved jobs with one of the job state buttons or the "User" or "Search" filter controls. In the example…
    Qube 6.6Jan 22, 2016
  10. WV Jobs

    the "Retrieved" number, you should check and see if you are filtering the retrieved jobs with one of the job state buttons or the "User" or "Search" filter controls. In the example…
    Qube 6.8Oct 06, 2016