-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp_example.yaml
24 lines (24 loc) · 1.15 KB
/
app_example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
runtime: python37
env_variables:
gcsproject: [Google Project Name]
bigquery_dataset: [BigQuery DataSet]
bigquery_table: [BigQuery Destination Table]
bigquery_temptable_duration: [BigQuery TempTable Expiration (Seconds)]
brazerestendpoint: [Braze API REST Endpoint ie https://rest.braze.com/]
brazeapikey: [Braze API Key with User Segment Export Permissions]
brazesegmentid: [Braze Segment ID]
brazesegmentendpoint: [Braze API Endpoint ie /users/export/segment]
brazesegmentfields: [Braze export fields ie external_id,random_bucket,first_name]
brazesegmenttype: [Braze export field type ie STRING,INTEGER,STRING]
gcsprimarykey: [BigQuery primary key external_id]
gcsplatformprefix: [Google Appengine URL, optional ie .appspot.com]
gcspath: [Google Cloud Store path ie brazeexport]
s3enabled: [Boolean if AWS S3 is used]
s3accessid: [AWS Access ID]
s3secretkey: [AWS Secret Key]
s3bucketname: [AWS Bucket Name]
s3path: [AWS Bucket Prefix, optional]
s3processedprefix: processed
gcslocation: [Google App Engine location used for Cloud Tasks]
gcsusetask: [Boolean if Cloud Tasks should be used]
gcstaskqueue: [Cloud Tasks Queue Name]