-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.yaml
More file actions
30 lines (26 loc) · 775 Bytes
/
config.yaml
File metadata and controls
30 lines (26 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
reader_config:
type_config_name: QueryAPIDataCloudReader
options:
credentials_profile: default
default_row_limit: 1000
writer_config:
type_config_name: PrintDataCloudWriter
options:
credentials_profile: default
spark_config:
app_name: DC Custom Code Python SDK Testing
master: local[*]
options:
spark.driver.host: localhost
spark.driver.bindAddress: 127.0.0.1
spark.submit.deployMode: client
spark.sql.execution.arrow.pyspark.enabled: 'true'
spark.driver.extraJavaOptions: -Djava.security.manager=allow
einstein_predictions_config:
type_config_name: DefaultEinsteinPredictions
options:
credentials_profile: default
llm_gateway_config:
type_config_name: DefaultLLMGateway
options:
credentials_profile: default