Skip to content

Conversation

bgklein
Copy link
Contributor

@bgklein bgklein commented Apr 4, 2019

Not ready for merge.

Currently has a mock-up as if we implemented it for the last REST API for POC, but we will likely want to start with the current API.

@bgklein bgklein requested a review from xingwu1 April 4, 2019 16:37
@@ -73,22 +79,39 @@ def jobparameter_from_json(json_data):
:param dict json_data: The JSON specification of an AddJobParameter or an
ExtendedJobParameter or a JobTemplate
"""
# json_data = templates.convert_blob_source_to_http_url(json_data)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to uncomment this before merge, but was required for POC that this would have worked with last API

@bgklein bgklein requested a review from matthchr April 10, 2019 15:59
@bgklein bgklein force-pushed the vendor-versioning branch 17 times, most recently from 1fd9d63 to 5df0fb9 Compare April 16, 2019 18:26
@bgklein bgklein force-pushed the vendor-versioning branch 3 times, most recently from ee8ccd5 to 36d02c4 Compare April 19, 2019 14:59
@bgklein
Copy link
Contributor Author

bgklein commented May 8, 2019

@xingwu1

1 similar comment
@bgklein
Copy link
Contributor Author

bgklein commented May 29, 2019

@xingwu1

@bgklein bgklein force-pushed the vendor-versioning branch 2 times, most recently from 6629782 to afb6609 Compare September 4, 2019 22:11
xingwu1
xingwu1 previously approved these changes Apr 16, 2020
return convert_blobs_to_resource_files(blobs, resource_file)
if resource_file.source.url:
# TODO: Input data from an arbitrary HTTP GET source
raise ValueError('Not implemented')
Copy link
Member

Choose a reason for hiding this comment

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

Maybe change to "Not supported with source.url"?

raise ValueError('Not implemented')
raise ValueError('Malformed ResourceFile')
if hasattr(resource_file, 'source') and resource_file.source:
if resource_file.source.file_group:
Copy link
Member

Choose a reason for hiding this comment

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

For latest cli, can we just call native batch feature instead of client work?

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.

2 participants