I am trying to get the list of sts jobs, scheduling mode: Batch(daily).. tried with multiple options but not able to achieve it. could you please help us on this using gcloud.
gcloud transfer jobs list --format=json | grep -E ‘Batch(daily)’
Are there any errors you encounter when creating STS with scheduling options? You could follow this documentation on choosing your scheduling options when you create your transfer job. You can check the screenshot below for your reference.
But if the output for a job doesn’t show the “schedule” object and shows “eventStream” instead, then that’s an event-driven job, as shown in this example.