oss-know / airflow-jobs

Apache License 2.0
6 stars 19 forks source link

Control opensearch insertion batch #160

Open crystaldust opened 1 year ago

crystaldust commented 1 year ago

Some data, like github commits, pr, issues are fetched and inserted by pages. Data in one page may not be as large as a batch. Setup a batch and collect these data into batch, when batch full, insert the batch data into opensearch

crystaldust commented 1 year ago

161