File tree Expand file tree Collapse file tree
.github/actions/check-concepts-up-to-date Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393
9494 const summary = [
9595 'The committed `concepts_postgres` / `concepts_duckdb` are stale relative to',
96- 'the BigQuery sources. Regenerate them with the two `mimic_utils convert_folder`',
97- 'commands and commit the result, or let the regeneration bot open a PR after',
98- 'this branch merges.',
96+ 'the BigQuery sources. Regenerate them by running:',
97+ '',
98+ '```sh',
99+ 'mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_postgres --destination_dialect postgres',
100+ 'mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_duckdb --destination_dialect duckdb',
101+ '```',
102+ '',
103+ 'Then commit the result.',
104+ '',
105+ 'Alternatively, there is a bot which watches the main branch and',
106+ 'automatically opens a PR to regenerate the dialects after the main',
107+ 'branch merges.',
99108 '',
100109 '### Files that differ',
101110 '```',
You can’t perform that action at this time.
0 commit comments