Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASOC-2434] Upload method on upload functions #19

Merged
merged 10 commits into from
Apr 8, 2024
Merged

Conversation

facundoArgeniss
Copy link
Contributor

@facundoArgeniss facundoArgeniss commented Apr 2, 2024

v0.1.16

New Features

Add upload method argument in all uploading functions.

Breaking Changes

N/A

Bug Fixes

N/A

@facundoArgeniss facundoArgeniss changed the title [ASOC-2434] Update method added [ASOC-2434] Upload method on upload functions Apr 4, 2024
Comment on lines +1513 to +1514
raise Exception(
"Error: Export Job ID not found - this should not happen, please contact your Finite State representative")
Copy link
Collaborator

Choose a reason for hiding this comment

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

this looks like wonky formatting

Comment on lines -1372 to +1501
mutation = queries.LAUNCH_REPORT_EXPORT['mutation'](asset_version_id=asset_version_id, product_id=product_id, report_type=report_type, report_subtype=report_subtype)
variables = queries.LAUNCH_REPORT_EXPORT['variables'](asset_version_id=asset_version_id, product_id=product_id, report_type=report_type, report_subtype=report_subtype)
mutation = queries.LAUNCH_REPORT_EXPORT['mutation'](asset_version_id=asset_version_id, product_id=product_id,
report_type=report_type, report_subtype=report_subtype)
variables = queries.LAUNCH_REPORT_EXPORT['variables'](asset_version_id=asset_version_id, product_id=product_id,
report_type=report_type, report_subtype=report_subtype)
Copy link
Collaborator

Choose a reason for hiding this comment

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

this just a formatting change? these looked better before

@facundoArgeniss facundoArgeniss merged commit e98f29f into main Apr 8, 2024
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