mammoth-cli 2.0.7__tar.gz → 2.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/PKG-INFO +1 -1
  2. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/__init__.py +1 -1
  3. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/SKILL.md +4 -1
  4. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/view.py +32 -0
  5. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/view_ops.py +6 -8
  6. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/positionals.py +38 -2
  7. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/pyproject.toml +1 -1
  8. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/view.yaml +78 -39
  9. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/.gitignore +0 -0
  10. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/LICENSE +0 -0
  11. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/README.md +0 -0
  12. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/__main__.py +0 -0
  13. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/app.py +0 -0
  14. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/auth.md +0 -0
  15. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/command-index.md +0 -0
  16. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/activity.md +0 -0
  17. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/addon.md +0 -0
  18. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/agent.md +0 -0
  19. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/ai.md +0 -0
  20. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/annotation.md +0 -0
  21. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/auth.md +0 -0
  22. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/automation.md +0 -0
  23. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/batch.md +0 -0
  24. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/billing.md +0 -0
  25. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/browse.md +0 -0
  26. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/capability.md +0 -0
  27. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/client-app.md +0 -0
  28. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/completion.md +0 -0
  29. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/config.md +0 -0
  30. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/connector.md +0 -0
  31. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/context.md +0 -0
  32. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/dashboard.md +0 -0
  33. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/data-app.md +0 -0
  34. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/dataset.md +0 -0
  35. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/doctor.md +0 -0
  36. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/external-key.md +0 -0
  37. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/file.md +0 -0
  38. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/folder.md +0 -0
  39. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/job.md +0 -0
  40. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/notification.md +0 -0
  41. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/parameter.md +0 -0
  42. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/project.md +0 -0
  43. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/report.md +0 -0
  44. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/schedule.md +0 -0
  45. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/schema.md +0 -0
  46. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/skill.md +0 -0
  47. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/snippet.md +0 -0
  48. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/support.md +0 -0
  49. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/template.md +0 -0
  50. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/trash.md +0 -0
  51. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/upgrade.md +0 -0
  52. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/user.md +0 -0
  53. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/version.md +0 -0
  54. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/view.md +0 -0
  55. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/webhook.md +0 -0
  56. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/workflow.md +0 -0
  57. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/commands/workspace.md +0 -0
  58. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/handoff.md +0 -0
  59. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/input.md +0 -0
  60. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/jobs-drafts.md +0 -0
  61. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/machine-output.md +0 -0
  62. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/operations.md +0 -0
  63. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/auth-scope.md +0 -0
  64. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/cleanup.md +0 -0
  65. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/dashboards.md +0 -0
  66. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/exports.md +0 -0
  67. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/index.md +0 -0
  68. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/resources.md +0 -0
  69. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/transforms.md +0 -0
  70. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recipes/typed-etl-discovery.md +0 -0
  71. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/recovery.md +0 -0
  72. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/retention.md +0 -0
  73. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/safety.md +0 -0
  74. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/bundled_skill/mammoth-cli/references/task-start.md +0 -0
  75. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/__init__.py +0 -0
  76. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/activity.py +0 -0
  77. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/addon.py +0 -0
  78. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/agent.py +0 -0
  79. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/ai.py +0 -0
  80. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/annotation.py +0 -0
  81. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/auth.py +0 -0
  82. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/automation.py +0 -0
  83. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/batch.py +0 -0
  84. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/billing.py +0 -0
  85. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/browse.py +0 -0
  86. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/capability.py +0 -0
  87. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/client_app.py +0 -0
  88. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/completion.py +0 -0
  89. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/config.py +0 -0
  90. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/connector.py +0 -0
  91. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/context.py +0 -0
  92. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/dashboard.py +0 -0
  93. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/data_app.py +0 -0
  94. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/dataset.py +0 -0
  95. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/doctor.py +0 -0
  96. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/external_key.py +0 -0
  97. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/file.py +0 -0
  98. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/folder.py +0 -0
  99. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/job.py +0 -0
  100. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/notification.py +0 -0
  101. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/parameter.py +0 -0
  102. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/project.py +0 -0
  103. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/registry.py +0 -0
  104. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/report.py +0 -0
  105. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/schedule.py +0 -0
  106. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/schema.py +0 -0
  107. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/skill.py +0 -0
  108. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/snippet.py +0 -0
  109. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/support.py +0 -0
  110. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/template.py +0 -0
  111. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/trash.py +0 -0
  112. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/upgrade.py +0 -0
  113. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/user.py +0 -0
  114. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/webhook.py +0 -0
  115. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/workflow.py +0 -0
  116. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/commands/workspace.py +0 -0
  117. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/context/__init__.py +0 -0
  118. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/context/credentials.py +0 -0
  119. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/context/endpoint.py +0 -0
  120. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/context/profiles.py +0 -0
  121. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/context/resolver.py +0 -0
  122. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/contracts/__init__.py +0 -0
  123. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/contracts/auth.py +0 -0
  124. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/errors/__init__.py +0 -0
  125. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/errors/envelope.py +0 -0
  126. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/manifest/__init__.py +0 -0
  127. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/manifest/loader.py +0 -0
  128. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/messages/__init__.py +0 -0
  129. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/__init__.py +0 -0
  130. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/envelope.py +0 -0
  131. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/normalize.py +0 -0
  132. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/policy.py +0 -0
  133. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/progress.py +0 -0
  134. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/output/render.py +0 -0
  135. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/py.typed +0 -0
  136. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/__init__.py +0 -0
  137. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/confirm.py +0 -0
  138. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/executor.py +0 -0
  139. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/input_loader.py +0 -0
  140. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/invocation.py +0 -0
  141. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/options.py +0 -0
  142. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/session.py +0 -0
  143. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/strict.py +0 -0
  144. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/runtime/validate.py +0 -0
  145. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/__init__.py +0 -0
  146. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/argspec.py +0 -0
  147. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/coerce.py +0 -0
  148. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/command_contract.py +0 -0
  149. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/conditions.py +0 -0
  150. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/dispatch.py +0 -0
  151. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/factory.py +0 -0
  152. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/input_fields.py +0 -0
  153. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/mapping.py +0 -0
  154. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/openapi_types.py +0 -0
  155. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/protocol.py +0 -0
  156. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/sdk_service.py +0 -0
  157. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/testing.py +0 -0
  158. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/services/type_system.py +0 -0
  159. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/skills/__init__.py +0 -0
  160. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/skills/installer.py +0 -0
  161. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/mammoth_cli/testing.py +0 -0
  162. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/activity.yaml +0 -0
  163. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/addon.yaml +0 -0
  164. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/agent.yaml +0 -0
  165. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/ai.yaml +0 -0
  166. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/annotation.yaml +0 -0
  167. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/auth.yaml +0 -0
  168. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/automation.yaml +0 -0
  169. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/batch.yaml +0 -0
  170. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/billing.yaml +0 -0
  171. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/browse.yaml +0 -0
  172. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/capability.yaml +0 -0
  173. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/client-app.yaml +0 -0
  174. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/completion.yaml +0 -0
  175. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/config.yaml +0 -0
  176. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/connector.yaml +0 -0
  177. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/context.yaml +0 -0
  178. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/dashboard.yaml +0 -0
  179. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/data-app.yaml +0 -0
  180. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/dataset.yaml +0 -0
  181. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/doctor.yaml +0 -0
  182. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/external-key.yaml +0 -0
  183. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/file.yaml +0 -0
  184. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/folder.yaml +0 -0
  185. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/job.yaml +0 -0
  186. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/notification.yaml +0 -0
  187. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/parameter.yaml +0 -0
  188. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/project.yaml +0 -0
  189. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/report.yaml +0 -0
  190. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/schedule.yaml +0 -0
  191. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/schema.yaml +0 -0
  192. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/skill.yaml +0 -0
  193. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/snippet.yaml +0 -0
  194. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/support.yaml +0 -0
  195. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/template.yaml +0 -0
  196. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/trash.yaml +0 -0
  197. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/upgrade.yaml +0 -0
  198. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/user.yaml +0 -0
  199. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/version.yaml +0 -0
  200. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/webhook.yaml +0 -0
  201. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/workflow.yaml +0 -0
  202. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/commands/workspace.yaml +0 -0
  203. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/openapi-operations.yaml +0 -0
  204. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/schema-v1.json +0 -0
  205. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/sdk-catalog.source.yaml +0 -0
  206. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/manifests/sdk-methods.yaml +0 -0
  207. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/openapi/metadata.json +0 -0
  208. {mammoth_cli-2.0.7 → mammoth_cli-2.0.8}/spec/openapi/openapi.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mammoth-cli
3
- Version: 2.0.7
3
+ Version: 2.0.8
4
4
  Summary: Command-line interface for the Mammoth Analytics platform
5
5
  Project-URL: homepage, https://mammoth.io
6
6
  Project-URL: repository, https://github.com/EdgeMetric/mammothsdk
@@ -6,7 +6,7 @@ not implement a second HTTP client and does not call private SDK members.
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- __version__ = "2.0.7"
9
+ __version__ = "2.0.8"
10
10
 
11
11
  # The versioned machine output envelope contract.
12
12
  SCHEMA_VERSION = 1
@@ -39,7 +39,10 @@ the result.
39
39
  ## Working rules
40
40
 
41
41
  - Resolve workspace/project/dataset/view parents from reads; pass observed IDs
42
- and `--project`. A dataset does not select a default view.
42
+ and `--project`. A dataset does not select a default view. Every `view`
43
+ command that changes, exports, or deletes data requires the exact parent
44
+ `DATASET_ID` (trailing positional or `dataset_id` input field); only reads
45
+ may omit it and discover the parent. Get it from `mammoth view get VIEW_ID`.
43
46
  - Use exact view-schema **display names** in expressions and column inputs,
44
47
  never backend aliases.
45
48
  - Inspect the result after a mutation. A timeout, exit 7, or interruption does
@@ -164,9 +164,41 @@ def _resolve_dataset_id(
164
164
  field = document.get(_DATASET_ID_FIELD)
165
165
  if field is not None:
166
166
  return int(field)
167
+ _require_discovery_allowed(invocation, view_id)
167
168
  return int(service.call(_FIND_DATASET_SYMBOL, dataview_id=view_id))
168
169
 
169
170
 
171
+ def _require_discovery_allowed(invocation: Invocation, view_id: int) -> None:
172
+ """Refuse project-wide parent discovery before anything but a read.
173
+
174
+ Omitting the parent sends the resolver on a browse-and-probe walk over
175
+ every dataset in the project. For a read that is a convenience; before a
176
+ mutation, an export, or a delete it means the target is chosen by a
177
+ probe whose first denied dataset can end the search on the wrong parent.
178
+ Those commands therefore require the exact parent, and fail closed here
179
+ with the read that supplies it.
180
+ """
181
+ record = command_by_id(invocation.command_id) or {}
182
+ if record.get("mutation_class", "read") == "read":
183
+ return
184
+ project = f" --project {invocation.project}" if invocation.project else ""
185
+ lookup = f"mammoth view get {view_id}{project} --output json --no-input"
186
+ raise CliError(
187
+ code=CODE_MISSING_ARGUMENT,
188
+ message=(
189
+ "This command changes or exports data, so it requires the exact parent "
190
+ "DATASET_ID; project-wide parent discovery is only performed for reads."
191
+ ),
192
+ exit_status=EXIT_USAGE,
193
+ hint=(
194
+ "Read the parent first, then pass it as the trailing DATASET_ID positional "
195
+ "or the 'dataset_id' input field: " + lookup
196
+ ),
197
+ details={"view_id": view_id, "mutation_class": record.get("mutation_class")},
198
+ recovery_commands=[lookup],
199
+ )
200
+
201
+
170
202
  def _meta(invocation: Invocation, workspace_id: int, project_id: int | None) -> dict[str, Any]:
171
203
  """Build the common envelope metadata for a view command."""
172
204
  return {
@@ -301,18 +301,16 @@ def view_get(invocation: Invocation) -> HandlerResult:
301
301
  def view_delete(invocation: Invocation) -> HandlerResult:
302
302
  """Permanently delete one view by id. Prompt or ``--yes`` required.
303
303
 
304
- ``dataset_id`` may be supplied as the trailing positional, in structured
305
- input, or by a typed resource reference. When present it is forwarded to
306
- the SDK so deletion uses exactly that parent endpoint and never performs a
307
- workspace-wide parent probe.
304
+ ``dataset_id`` is required: the trailing positional, the structured input
305
+ field, or a typed resource reference must name the exact parent. It is
306
+ forwarded to the SDK so deletion uses exactly that parent endpoint and
307
+ never performs a project-wide parent probe before a destructive call.
308
308
  """
309
309
  view_id = _view_id(invocation)
310
310
  enforce_confirmation(invocation, policy=POLICY_PROMPT_OR_YES, action=f"delete view {view_id}")
311
311
  document = invocation.load_input() or {}
312
- dataset_id = _resolve_exact_dataset_id(invocation, view_id, document)
313
- context: dict[str, Any] = {"view_id": view_id}
314
- if dataset_id is not None:
315
- context["dataset_id"] = dataset_id
312
+ dataset_id = _resolve_exact_dataset_id(invocation, view_id, document, required=True)
313
+ context: dict[str, Any] = {"view_id": view_id, "dataset_id": dataset_id}
316
314
  kwargs = bind_command_inputs(invocation.command_id, document, **context)
317
315
  with open_service(invocation) as (service, auth):
318
316
  data = service.call(_symbol(invocation), **kwargs)
@@ -852,10 +852,46 @@ def positionals_for(command_id: str, sdk_symbol: str | None) -> tuple[Positional
852
852
  signature derivation, else an empty tuple).
853
853
  """
854
854
  if command_id in POSITIONAL_OVERRIDES:
855
- return POSITIONAL_OVERRIDES[command_id]
855
+ return _with_exact_parent_help(command_id, POSITIONAL_OVERRIDES[command_id])
856
856
  if not sdk_symbol:
857
857
  return ()
858
- return derive_positionals(command_id, sdk_symbol)
858
+ return _with_exact_parent_help(command_id, derive_positionals(command_id, sdk_symbol))
859
+
860
+
861
+ EXACT_PARENT_HELP = (
862
+ "Exact parent dataset ID. Required for this command: pass it here or as the "
863
+ "'dataset_id' input field; only read commands may omit it and discover the parent."
864
+ )
865
+
866
+
867
+ def _with_exact_parent_help(
868
+ command_id: str, specs: tuple[PositionalSpec, ...]
869
+ ) -> tuple[PositionalSpec, ...]:
870
+ """Tell the truth about an optional ``dataset_id`` on a non-read command.
871
+
872
+ The parse shape stays optional (the field may also arrive via ``--input``),
873
+ but the handler refuses project-wide parent discovery before a mutation,
874
+ export, or delete, so the help must say the parent is required there.
875
+ """
876
+ record = command_by_id(command_id)
877
+ if record is None or record.get("mutation_class", "read") == "read":
878
+ return specs
879
+ return tuple(
880
+ (
881
+ PositionalSpec(
882
+ name=spec.name,
883
+ type=spec.type,
884
+ required=spec.required,
885
+ help=EXACT_PARENT_HELP,
886
+ falls_back_to_field=spec.falls_back_to_field,
887
+ fills_sdk_param=spec.fills_sdk_param,
888
+ example_value=spec.example_value,
889
+ )
890
+ if spec.name == "dataset_id" and not spec.required and spec.falls_back_to_field
891
+ else spec
892
+ )
893
+ for spec in specs
894
+ )
859
895
 
860
896
 
861
897
  def _symbol_for(command_id: str) -> str | None:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mammoth-cli"
3
- version = "2.0.7"
3
+ version = "2.0.8"
4
4
  description = "Command-line interface for the Mammoth Analytics platform"
5
5
  authors = [{name = "Mammoth Analytics", email = "support@mammoth.io"}]
6
6
  readme = "README.md"
@@ -64,7 +64,8 @@ commands:
64
64
  required: false
65
65
  metavar: DATASET_ID
66
66
  falls_back_to_field: dataset_id
67
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
67
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
68
+ field; only read commands may omit it and discover the parent.'
68
69
  options: []
69
70
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.mark_active
70
71
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.mark_active with validated request fields.
@@ -272,7 +273,8 @@ commands:
272
273
  required: false
273
274
  metavar: DATASET_ID
274
275
  falls_back_to_field: dataset_id
275
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
276
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
277
+ field; only read commands may omit it and discover the parent.'
276
278
  options: []
277
279
  sdk_symbol: mammoth.api.checkpoints.CheckpointsAPI.create
278
280
  sdk_conversion: Call mammoth.api.checkpoints.CheckpointsAPI.create with validated request fields.
@@ -325,7 +327,8 @@ commands:
325
327
  required: false
326
328
  metavar: DATASET_ID
327
329
  falls_back_to_field: dataset_id
328
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
330
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
331
+ field; only read commands may omit it and discover the parent.'
329
332
  options: []
330
333
  sdk_symbol: mammoth.api.checkpoints.CheckpointsAPI.delete
331
334
  sdk_conversion: Call mammoth.api.checkpoints.CheckpointsAPI.delete with validated request fields.
@@ -475,7 +478,8 @@ commands:
475
478
  required: false
476
479
  metavar: DATASET_ID
477
480
  falls_back_to_field: dataset_id
478
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
481
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
482
+ field; only read commands may omit it and discover the parent.'
479
483
  options: []
480
484
  sdk_symbol: mammoth.api.checkpoints.CheckpointsAPI.update
481
485
  sdk_conversion: Call mammoth.api.checkpoints.CheckpointsAPI.update with validated request fields.
@@ -522,7 +526,8 @@ commands:
522
526
  required: false
523
527
  metavar: DATASET_ID
524
528
  falls_back_to_field: dataset_id
525
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
529
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
530
+ field; only read commands may omit it and discover the parent.'
526
531
  options: []
527
532
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.conditional_format_create
528
533
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.conditional_format_create with validated request
@@ -571,7 +576,8 @@ commands:
571
576
  required: false
572
577
  metavar: DATASET_ID
573
578
  falls_back_to_field: dataset_id
574
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
579
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
580
+ field; only read commands may omit it and discover the parent.'
575
581
  options: []
576
582
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.conditional_format_delete
577
583
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.conditional_format_delete with validated request
@@ -665,7 +671,8 @@ commands:
665
671
  required: false
666
672
  metavar: DATASET_ID
667
673
  falls_back_to_field: dataset_id
668
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
674
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
675
+ field; only read commands may omit it and discover the parent.'
669
676
  options: []
670
677
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.conditional_format_update
671
678
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.conditional_format_update with validated request
@@ -753,7 +760,8 @@ commands:
753
760
  required: false
754
761
  metavar: DATASET_ID
755
762
  falls_back_to_field: dataset_id
756
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
763
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
764
+ field; only read commands may omit it and discover the parent.'
757
765
  options: []
758
766
  sdk_symbol: mammoth.api.data_checks.DataChecksAPI.create
759
767
  sdk_conversion: Call mammoth.api.data_checks.DataChecksAPI.create with validated request fields.
@@ -807,7 +815,8 @@ commands:
807
815
  required: false
808
816
  metavar: DATASET_ID
809
817
  falls_back_to_field: dataset_id
810
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
818
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
819
+ field; only read commands may omit it and discover the parent.'
811
820
  options: []
812
821
  sdk_symbol: mammoth.api.data_checks.DataChecksAPI.delete
813
822
  sdk_conversion: Call mammoth.api.data_checks.DataChecksAPI.delete with validated request fields.
@@ -957,7 +966,8 @@ commands:
957
966
  required: false
958
967
  metavar: DATASET_ID
959
968
  falls_back_to_field: dataset_id
960
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
969
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
970
+ field; only read commands may omit it and discover the parent.'
961
971
  options: []
962
972
  sdk_symbol: mammoth.api.data_checks.DataChecksAPI.update
963
973
  sdk_conversion: Call mammoth.api.data_checks.DataChecksAPI.update with validated request fields.
@@ -1097,7 +1107,8 @@ commands:
1097
1107
  required: false
1098
1108
  metavar: DATASET_ID
1099
1109
  falls_back_to_field: dataset_id
1100
- help: ID of the parent dataset; or pass it via the 'dataset_id' input field.
1110
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1111
+ field; only read commands may omit it and discover the parent.'
1101
1112
  options: []
1102
1113
  sdk_symbol: mammoth.client.ViewsResource.delete
1103
1114
  sdk_conversion: Call mammoth.client.ViewsResource.delete with validated request fields.
@@ -1144,7 +1155,8 @@ commands:
1144
1155
  required: false
1145
1156
  metavar: DATASET_ID
1146
1157
  falls_back_to_field: dataset_id
1147
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
1158
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1159
+ field; only read commands may omit it and discover the parent.'
1148
1160
  options: []
1149
1161
  sdk_symbol: mammoth.api.derivatives.DerivativesAPI.create
1150
1162
  sdk_conversion: Call mammoth.api.derivatives.DerivativesAPI.create with validated request fields.
@@ -1198,7 +1210,8 @@ commands:
1198
1210
  required: false
1199
1211
  metavar: DATASET_ID
1200
1212
  falls_back_to_field: dataset_id
1201
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
1213
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1214
+ field; only read commands may omit it and discover the parent.'
1202
1215
  options: []
1203
1216
  sdk_symbol: mammoth.api.derivatives.DerivativesAPI.data
1204
1217
  sdk_conversion: Call mammoth.api.derivatives.DerivativesAPI.data with validated request fields.
@@ -1251,7 +1264,8 @@ commands:
1251
1264
  required: false
1252
1265
  metavar: DATASET_ID
1253
1266
  falls_back_to_field: dataset_id
1254
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
1267
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1268
+ field; only read commands may omit it and discover the parent.'
1255
1269
  options: []
1256
1270
  sdk_symbol: mammoth.api.derivatives.DerivativesAPI.delete
1257
1271
  sdk_conversion: Call mammoth.api.derivatives.DerivativesAPI.delete with validated request fields.
@@ -1349,7 +1363,8 @@ commands:
1349
1363
  required: false
1350
1364
  metavar: DATASET_ID
1351
1365
  falls_back_to_field: dataset_id
1352
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
1366
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1367
+ field; only read commands may omit it and discover the parent.'
1353
1368
  options: []
1354
1369
  sdk_symbol: mammoth.api.derivatives.DerivativesAPI.update
1355
1370
  sdk_conversion: Call mammoth.api.derivatives.DerivativesAPI.update with validated request fields.
@@ -1637,7 +1652,8 @@ commands:
1637
1652
  required: false
1638
1653
  metavar: DATASET_ID
1639
1654
  falls_back_to_field: dataset_id
1640
- help: ID of the parent dataset; resolved from the view when omitted.
1655
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1656
+ field; only read commands may omit it and discover the parent.'
1641
1657
  options: []
1642
1658
  sdk_symbol: mammoth.view.ViewExport.to_azure_blob
1643
1659
  sdk_conversion: Call mammoth.view.ViewExport.to_azure_blob with validated request fields.
@@ -1683,7 +1699,8 @@ commands:
1683
1699
  required: false
1684
1700
  metavar: DATASET_ID
1685
1701
  falls_back_to_field: dataset_id
1686
- help: ID of the parent dataset; resolved from the view when omitted.
1702
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1703
+ field; only read commands may omit it and discover the parent.'
1687
1704
  options: []
1688
1705
  sdk_symbol: mammoth.view.ViewExport.to_bigquery
1689
1706
  sdk_conversion: Call mammoth.view.ViewExport.to_bigquery with validated request fields.
@@ -1813,7 +1830,8 @@ commands:
1813
1830
  required: false
1814
1831
  metavar: DATASET_ID
1815
1832
  falls_back_to_field: dataset_id
1816
- help: ID of the parent dataset; resolved from the view when omitted.
1833
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1834
+ field; only read commands may omit it and discover the parent.'
1817
1835
  options: []
1818
1836
  sdk_symbol: mammoth.view.ViewExport.to_dataset
1819
1837
  sdk_conversion: Call mammoth.view.ViewExport.to_dataset with validated request fields.
@@ -1906,7 +1924,8 @@ commands:
1906
1924
  required: false
1907
1925
  metavar: DATASET_ID
1908
1926
  falls_back_to_field: dataset_id
1909
- help: ID of the parent dataset; resolved from the view when omitted.
1927
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1928
+ field; only read commands may omit it and discover the parent.'
1910
1929
  options: []
1911
1930
  sdk_symbol: mammoth.view.ViewExport.to_elasticsearch
1912
1931
  sdk_conversion: Call mammoth.view.ViewExport.to_elasticsearch with validated request fields.
@@ -1952,7 +1971,8 @@ commands:
1952
1971
  required: false
1953
1972
  metavar: DATASET_ID
1954
1973
  falls_back_to_field: dataset_id
1955
- help: ID of the parent dataset; resolved from the view when omitted.
1974
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
1975
+ field; only read commands may omit it and discover the parent.'
1956
1976
  options: []
1957
1977
  sdk_symbol: mammoth.view.ViewExport.to_email
1958
1978
  sdk_conversion: Call mammoth.view.ViewExport.to_email with validated request fields.
@@ -1999,7 +2019,8 @@ commands:
1999
2019
  required: false
2000
2020
  metavar: DATASET_ID
2001
2021
  falls_back_to_field: dataset_id
2002
- help: ID of the parent dataset; resolved from the view when omitted.
2022
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2023
+ field; only read commands may omit it and discover the parent.'
2003
2024
  options: []
2004
2025
  sdk_symbol: mammoth.view.ViewExport.to_ftp
2005
2026
  sdk_conversion: Call mammoth.view.ViewExport.to_ftp with validated request fields.
@@ -2137,7 +2158,8 @@ commands:
2137
2158
  required: false
2138
2159
  metavar: DATASET_ID
2139
2160
  falls_back_to_field: dataset_id
2140
- help: ID of the parent dataset; resolved from the view when omitted.
2161
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2162
+ field; only read commands may omit it and discover the parent.'
2141
2163
  options: []
2142
2164
  sdk_symbol: mammoth.view.ViewExport.to_s3
2143
2165
  sdk_conversion: Call mammoth.view.ViewExport.to_s3 with validated request fields.
@@ -2184,7 +2206,8 @@ commands:
2184
2206
  required: false
2185
2207
  metavar: DATASET_ID
2186
2208
  falls_back_to_field: dataset_id
2187
- help: ID of the parent dataset; resolved from the view when omitted.
2209
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2210
+ field; only read commands may omit it and discover the parent.'
2188
2211
  options: []
2189
2212
  sdk_symbol: mammoth.view.ViewExport.to_mssql
2190
2213
  sdk_conversion: Call mammoth.view.ViewExport.to_mssql with validated request fields.
@@ -2230,7 +2253,8 @@ commands:
2230
2253
  required: false
2231
2254
  metavar: DATASET_ID
2232
2255
  falls_back_to_field: dataset_id
2233
- help: ID of the parent dataset; resolved from the view when omitted.
2256
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2257
+ field; only read commands may omit it and discover the parent.'
2234
2258
  options: []
2235
2259
  sdk_symbol: mammoth.view.ViewExport.to_mysql
2236
2260
  sdk_conversion: Call mammoth.view.ViewExport.to_mysql with validated request fields.
@@ -2276,7 +2300,8 @@ commands:
2276
2300
  required: false
2277
2301
  metavar: DATASET_ID
2278
2302
  falls_back_to_field: dataset_id
2279
- help: ID of the parent dataset; resolved from the view when omitted.
2303
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2304
+ field; only read commands may omit it and discover the parent.'
2280
2305
  options: []
2281
2306
  sdk_symbol: mammoth.view.ViewExport.to_onedrive
2282
2307
  sdk_conversion: Call mammoth.view.ViewExport.to_onedrive with validated request fields.
@@ -2322,7 +2347,8 @@ commands:
2322
2347
  required: false
2323
2348
  metavar: DATASET_ID
2324
2349
  falls_back_to_field: dataset_id
2325
- help: ID of the parent dataset; resolved from the view when omitted.
2350
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2351
+ field; only read commands may omit it and discover the parent.'
2326
2352
  options: []
2327
2353
  sdk_symbol: mammoth.view.ViewExport.to_postgres
2328
2354
  sdk_conversion: Call mammoth.view.ViewExport.to_postgres with validated request fields.
@@ -2368,7 +2394,8 @@ commands:
2368
2394
  required: false
2369
2395
  metavar: DATASET_ID
2370
2396
  falls_back_to_field: dataset_id
2371
- help: ID of the parent dataset; resolved from the view when omitted.
2397
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2398
+ field; only read commands may omit it and discover the parent.'
2372
2399
  options: []
2373
2400
  sdk_symbol: mammoth.view.ViewExport.to_powerbi
2374
2401
  sdk_conversion: Call mammoth.view.ViewExport.to_powerbi with validated request fields.
@@ -2497,7 +2524,8 @@ commands:
2497
2524
  required: false
2498
2525
  metavar: DATASET_ID
2499
2526
  falls_back_to_field: dataset_id
2500
- help: ID of the parent dataset; resolved from the view when omitted.
2527
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2528
+ field; only read commands may omit it and discover the parent.'
2501
2529
  options: []
2502
2530
  sdk_symbol: mammoth.view.ViewExport.to_redshift
2503
2531
  sdk_conversion: Call mammoth.view.ViewExport.to_redshift with validated request fields.
@@ -2543,7 +2571,8 @@ commands:
2543
2571
  required: false
2544
2572
  metavar: DATASET_ID
2545
2573
  falls_back_to_field: dataset_id
2546
- help: ID of the parent dataset; resolved from the view when omitted.
2574
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2575
+ field; only read commands may omit it and discover the parent.'
2547
2576
  options: []
2548
2577
  sdk_symbol: mammoth.view.ViewExport.to_rest_api
2549
2578
  sdk_conversion: Call mammoth.view.ViewExport.to_rest_api with validated request fields.
@@ -2591,7 +2620,8 @@ commands:
2591
2620
  required: false
2592
2621
  metavar: DATASET_ID
2593
2622
  falls_back_to_field: dataset_id
2594
- help: ID of the parent dataset; resolved from the view when omitted.
2623
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2624
+ field; only read commands may omit it and discover the parent.'
2595
2625
  options: []
2596
2626
  sdk_symbol: mammoth.view.ViewExport.to_sftp
2597
2627
  sdk_conversion: Call mammoth.view.ViewExport.to_sftp with validated request fields.
@@ -2640,7 +2670,8 @@ commands:
2640
2670
  required: false
2641
2671
  metavar: DATASET_ID
2642
2672
  falls_back_to_field: dataset_id
2643
- help: ID of the parent dataset; resolved from the view when omitted.
2673
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2674
+ field; only read commands may omit it and discover the parent.'
2644
2675
  options: []
2645
2676
  sdk_symbol: mammoth.view.ViewExport.to_sharepoint
2646
2677
  sdk_conversion: Call mammoth.view.ViewExport.to_sharepoint with validated request fields.
@@ -2686,7 +2717,8 @@ commands:
2686
2717
  required: false
2687
2718
  metavar: DATASET_ID
2688
2719
  falls_back_to_field: dataset_id
2689
- help: ID of the parent dataset; resolved from the view when omitted.
2720
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2721
+ field; only read commands may omit it and discover the parent.'
2690
2722
  options: []
2691
2723
  sdk_symbol: mammoth.view.ViewExport.to_tableau
2692
2724
  sdk_conversion: Call mammoth.view.ViewExport.to_tableau with validated request fields.
@@ -2779,7 +2811,8 @@ commands:
2779
2811
  required: false
2780
2812
  metavar: DATASET_ID
2781
2813
  falls_back_to_field: dataset_id
2782
- help: Optional parent dataset ID; resolved from the view when omitted.
2814
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
2815
+ field; only read commands may omit it and discover the parent.'
2783
2816
  options: []
2784
2817
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.apply_exportable_config
2785
2818
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.apply_exportable_config with validated request
@@ -3299,7 +3332,8 @@ commands:
3299
3332
  required: false
3300
3333
  metavar: DATASET_ID
3301
3334
  falls_back_to_field: dataset_id
3302
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
3335
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
3336
+ field; only read commands may omit it and discover the parent.'
3303
3337
  options: []
3304
3338
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.restore
3305
3339
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.restore with validated request fields.
@@ -4850,7 +4884,8 @@ commands:
4850
4884
  required: false
4851
4885
  metavar: DATASET_ID
4852
4886
  falls_back_to_field: dataset_id
4853
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
4887
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
4888
+ field; only read commands may omit it and discover the parent.'
4854
4889
  options: []
4855
4890
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.trash
4856
4891
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.trash with validated request fields.
@@ -4896,7 +4931,8 @@ commands:
4896
4931
  required: false
4897
4932
  metavar: DATASET_ID
4898
4933
  falls_back_to_field: dataset_id
4899
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
4934
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
4935
+ field; only read commands may omit it and discover the parent.'
4900
4936
  options: []
4901
4937
  sdk_symbol: mammoth.api.dataviews.DataviewsAPI.update
4902
4938
  sdk_conversion: Call mammoth.api.dataviews.DataviewsAPI.update with validated request fields.
@@ -4949,7 +4985,8 @@ commands:
4949
4985
  required: false
4950
4986
  metavar: DATASET_ID
4951
4987
  falls_back_to_field: dataset_id
4952
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
4988
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
4989
+ field; only read commands may omit it and discover the parent.'
4953
4990
  options: []
4954
4991
  sdk_symbol: mammoth.api.pipeline_versions.PipelineVersionsAPI.apply
4955
4992
  sdk_conversion: Call mammoth.api.pipeline_versions.PipelineVersionsAPI.apply with validated request
@@ -5002,7 +5039,8 @@ commands:
5002
5039
  required: false
5003
5040
  metavar: DATASET_ID
5004
5041
  falls_back_to_field: dataset_id
5005
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
5042
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
5043
+ field; only read commands may omit it and discover the parent.'
5006
5044
  options: []
5007
5045
  sdk_symbol: mammoth.api.pipeline_versions.PipelineVersionsAPI.delete
5008
5046
  sdk_conversion: Call mammoth.api.pipeline_versions.PipelineVersionsAPI.delete with validated request
@@ -5153,7 +5191,8 @@ commands:
5153
5191
  required: false
5154
5192
  metavar: DATASET_ID
5155
5193
  falls_back_to_field: dataset_id
5156
- help: ID of the dataset the view belongs to; resolved from the view when omitted.
5194
+ help: 'Exact parent dataset ID. Required for this command: pass it here or as the ''dataset_id'' input
5195
+ field; only read commands may omit it and discover the parent.'
5157
5196
  options: []
5158
5197
  sdk_symbol: mammoth.api.pipeline_versions.PipelineVersionsAPI.update
5159
5198
  sdk_conversion: Call mammoth.api.pipeline_versions.PipelineVersionsAPI.update with validated request
File without changes
File without changes
File without changes