happy-wolf-7852
06/06/2023, 2:50 PMvictorious-lawyer-58417
06/06/2023, 3:03 PMhappy-wolf-7852
06/06/2023, 3:10 PMvictorious-lawyer-58417
06/06/2023, 3:18 PMresume S3 i.e give it a step name to resume from?victorious-lawyer-58417
06/06/2023, 3:18 PMhappy-wolf-7852
06/06/2023, 3:31 PMhappy-wolf-7852
06/06/2023, 3:32 PMvictorious-lawyer-58417
06/06/2023, 4:01 PMresume --origin-run-id RUNID mystep - it's actually a super powerful feature! 💪happy-wolf-7852
06/08/2023, 12:37 PMvictorious-lawyer-58417
06/08/2023, 2:07 PMresume command abovehappy-wolf-7852
06/08/2023, 2:59 PMpython Bla.py --environment=conda --package-suffixes .sql resume --origin-run-id 306 mystep
thanksvictorious-lawyer-58417
06/08/2023, 3:00 PMhappy-wolf-7852
06/08/2023, 5:04 PMhappy-wolf-7852
06/28/2023, 8:11 AMpython Bla.py --environment=conda --package-suffixes .sql resume --origin-run-id 123 amazing_step --with batch
it would use the parameter previously passed in like so:
python Bla.py --environment=conda --package-suffixes .sql run \
--some_parameter 1.03
or do I have to pass them in again. Guess not, as this defeats the objective of resume?
Thanks!victorious-lawyer-58417
06/28/2023, 2:18 PMhappy-wolf-7852
06/29/2023, 8:53 AM