We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b68596 commit 5b8f0e3Copy full SHA for 5b8f0e3
etc/examples/nodes/delta_sharing.conf
@@ -3,23 +3,15 @@
3
nodes = {
4
delta_reader = {
5
type = "delta_sharing"
6
- profile_path = "${TEST_PROFILE}"
7
- cache_dir = "${TEST_CACHE}"
+ profile_path = "."
+ cache_dir = "."
8
table_path = "open-datasets.share#delta_sharing.default.COVID_19_NYT",
9
op = "read"
10
batch_size = 10
11
},
12
- delta_writer = {
13
- type = "delta_sharing",
14
15
16
- table_path = "open-delta-sharing.s3.us-west-2.amazonaws.com#samples.test_output",
17
- op = "write"
18
- batch_size = 10
19
- },
20
file1 = {
21
type = "file"
22
- uri = "${TEST_OUTPUT}"
+ uri = "."
23
format = "json"
24
}
25
0 commit comments