Skip to content

Conversation

AbdullahSharif
Copy link
Contributor

No description provided.

Copy link

docsalot-app bot commented Apr 24, 2025

Overall Summary

Summary of the pull request:

  • Adds a new command-line argument --query to the magemaker runner.
  • The --query flag takes a string argument (interpreted as a path to a YAML query configuration file).
  • This allows users to specify a YAML query config file when running magemaker.

Per-file Summary

File Summary
magemaker/runner.py Summary:

The code diff adds a new command-line argument --query to the argument parser. This argument:

  • Expects a string (type=str)
  • Has a custom action set to 'query'
  • Accepts a path to a YAML query configuration file
  • Includes a help message: "path to YAML query configuration file" |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant