fix: update ktx CI boundary checks (#223)

This commit is contained in:
Andrey Avtomonov 2026-05-26 23:03:47 +02:00 committed by GitHub
parent 0eeac6f980
commit bc7373fa8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 110 deletions

View file

@ -40,6 +40,7 @@ import {
} from './setup-prompts.js';
const HISTORIC_SQL_WORK_UNIT_MAX_CONCURRENCY = 6;
const KTX_QUICKSTART_URL = 'https://docs.kaelio.com/ktx/docs/getting-started/quickstart';
const execFileAsync = promisify(execFileCallback);
export type KtxSetupDatabaseDriver =
@ -1782,7 +1783,7 @@ async function chooseDrivers(
}
const initialValues = unique(options?.initialDrivers ?? []);
createKtxSetupUiAdapter().note(
'Get demo credentials at https://kaelio.com/start',
`Get demo credentials from the Quickstart: ${KTX_QUICKSTART_URL}`,
'🎁 Need a warehouse to play with?',
io,
);