Search
Page 33 of 211. Showing 2,110 results (0.026 seconds)
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…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…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…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…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…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…_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…_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…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…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…