Skip to content

Conversation

ppandit-sfdc
Copy link
Collaborator

No description provided.

Copy link

Thanks for the contribution! It looks like @ppandit-sfdc is an internal user so signing the CLA is not required. However, we need to confirm this.

@click.option("--version", default="0.0.1")
@click.option("--description", default="Custom Data Transform Code")
def deploy(path: str, name: str, version: str, description: str):
@click.option("--compute-type", default="CPU_2XL")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add documentation here using help="" to describe the options in the CLI directly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a huge deal, but something shorter like "cpu-size" or just "size" is nicer to type.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ill add the help part, and will also change the arg to cpu-size 👍

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated here

@ppandit-sfdc ppandit-sfdc reopened this Aug 21, 2025
@ppandit-sfdc ppandit-sfdc merged commit e6680a5 into main Aug 21, 2025
3 checks passed
joroscoSF pushed a commit that referenced this pull request Aug 25, 2025
* Add argument for computeType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants