The job allows you to extract data from a Salesforce module and upload the query result into a Google Cloud Storage bucket. You can pass a condition if you do not wish to do a full load.
JOB DESCRIPTION
1 - The job first connects to Salesforce and Google Cloud Storage. If one of the connection fails the jobs stops and raises an error.
2 - The job extracts data from Salesforce using the specified module name and query condition and store it into a CSV file.
3 - The extracted file is uploaded into the specified Google Cloud Storage bucket.
4 - The temporary file is deleted.
