Get workbook metadata for multiple workbooks owned by a particular user.

Comments

1 comment

  • Joel Stewart

    Nikhil, I think this foreign-key chain will get you what you need. Let me know if this answers your question or if there is any further clarification I can add. 

    • workbook_configuration.id => dap_job_configuration.id
    • dap_job_configuration.dap_file__id => dap_file.id
    • dap_file.permission_fk => permission.id (permission.owner is the owner of the workbook)

     As usual with any query based solution, it's important to mention that the underlying schema may change as Datameer versions change. The APIs are much more stable in terms of availability as Datameer is upgraded. Though a database query may be quicker to implement it may be more difficult to maintain in the future.

    0
    Comment actions Permalink

Please sign in to leave a comment.