Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

YACHT-1092: Passing create/write dispostion via RestorationJob for As… #91

Merged
merged 1 commit into from
Nov 15, 2018

Conversation

radkomateusz
Copy link
Contributor

…yncRestoreService (as it is common for whole restore). Updating paths in app.yaml.

Updating restore status to show write/create disposition.

Passing RestorationJob as object in parameters to avoid unnecessary calls to Datastore.

…yncRestoreService (as it is common for whole restore). Updating paths in app.yaml.

Updating restore status to show write/create disposition.

Passing RestorationJob as object in parameters to avoid unnecessary calls to Datastore.
@coveralls
Copy link

coveralls commented Nov 15, 2018

Pull Request Test Coverage Report for Build 819

  • 11 of 11 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.311%

Totals Coverage Status
Change from base Build 816: 0.0%
Covered Lines: 2456
Relevant Lines: 2948

💛 - Coveralls

@@ -24,7 +24,10 @@ def restore(self, restoration_job_id, project_id, dataset_id,
max_partition_days)

try:
RestorationJob.create(restoration_job_id)
restoration_job_key = RestorationJob.create(
restoration_job_id,
Copy link
Contributor

Choose a reason for hiding this comment

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

Pass name parameter in all of those or none (e.g. create_disposition=)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will do in next pull request when I will edit whole dataset restore service

@jarekdrabek jarekdrabek merged commit 1cfe61d into master Nov 15, 2018
@jarekdrabek jarekdrabek deleted the YACHT-1092 branch November 15, 2018 16:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants