Skip to content

Commit 98eca11

Browse files
committed
remove sentences
1 parent f6c95d4 commit 98eca11

File tree

5 files changed

+0
-54
lines changed

5 files changed

+0
-54
lines changed

config/clickhouse/schema/sentences_log.sql

Lines changed: 0 additions & 14 deletions
This file was deleted.

config/clickhouse/scripts/sentences.sql

Lines changed: 0 additions & 20 deletions
This file was deleted.

config/config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ steps:
4343
- name: sync_bucket etl view files
4444
source: ${data_source}/view
4545
destination: ${local_data}/view
46-
- name: sync_bucket etl intermediate files
47-
source: ${data_source}/intermediate/literature_sentence
48-
destination: ${local_data}/intermediate/literature_sentence
4946

5047
################################################################################################
5148
# OT Croissant
@@ -229,9 +226,6 @@ steps:
229226
- name: sync_bucket pipeline view files
230227
source: ${data_source}/view
231228
destination: ${local_data}/view
232-
- name: sync_bucket pipeline intermediate files
233-
source: ${data_source}/intermediate/literature_sentence
234-
destination: ${local_data}/intermediate/literature_sentence
235229
- name: clickhouse_start data loading instance
236230
volume_data: ${clickhouse_data}
237231
volume_logs: ${clickhouse_logs}
@@ -242,7 +236,6 @@ steps:
242236
- interval
243237
- literature
244238
- w2v
245-
- sentences
246239
- credible_sets
247240
- studies
248241
do:
@@ -251,7 +244,6 @@ steps:
251244
- clickhouse_start data loading instance
252245
- sync_bucket pipeline output files
253246
- sync_bucket pipeline view files
254-
- sync_bucket pipeline intermediate files
255247
dataset: ${each}
256248
data_dir_parent: ${local_data}
257249
- name: clickhouse_load clickhouse load targets

config/datasets.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,6 @@ clickhouse:
352352
table: ml_w2v_log
353353
input_dir: output/literature_vector
354354
postload_script: config/clickhouse/scripts/w2v.sql
355-
sentences:
356-
table: sentences_log
357-
input_dir: intermediate/literature_sentence
358-
postload_script: config/clickhouse/scripts/sentences.sql
359355
studies:
360356
table: studies_log
361357
input_dir: output/study

deployment/pos_config.tftpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ steps:
4343
- name: sync_bucket etl view files
4444
source: ${data_source}/view
4545
destination: ${local_data}/view
46-
- name: sync_bucket etl intermediate files
47-
source: ${data_source}/intermediate/literature_sentence
48-
destination: ${local_data}/intermediate/literature_sentence
4946

5047
################################################################################################
5148
# OT Croissant
@@ -229,9 +226,6 @@ steps:
229226
- name: sync_bucket pipeline view files
230227
source: ${data_source}/view
231228
destination: ${local_data}/view
232-
- name: sync_bucket pipeline intermediate files
233-
source: ${data_source}/intermediate/literature_sentence
234-
destination: ${local_data}/intermediate/literature_sentence
235229
- name: clickhouse_start data loading instance
236230
volume_data: ${clickhouse_data}
237231
volume_logs: ${clickhouse_logs}
@@ -242,7 +236,6 @@ steps:
242236
- interval
243237
- literature
244238
- w2v
245-
- sentences
246239
- credible_sets
247240
- studies
248241
do:
@@ -251,7 +244,6 @@ steps:
251244
- clickhouse_start data loading instance
252245
- sync_bucket pipeline output files
253246
- sync_bucket pipeline view files
254-
- sync_bucket pipeline intermediate files
255247
dataset: ${each}
256248
data_dir_parent: ${local_data}
257249
- name: clickhouse_load clickhouse load targets

0 commit comments

Comments
 (0)