mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
Merge remote-tracking branch 'origin/main' into explore-connection-mapping
# Conflicts: # packages/cli/src/connection.test.ts
This commit is contained in:
commit
01680d7b89
70 changed files with 185 additions and 326 deletions
|
|
@ -41,7 +41,7 @@ function projectWithConnections(connections: KtxProjectConfig['connections']): K
|
|||
return {
|
||||
projectDir: '/tmp/project',
|
||||
config: {
|
||||
...buildDefaultKtxProjectConfig('warehouse'),
|
||||
...buildDefaultKtxProjectConfig(),
|
||||
connections,
|
||||
},
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@ function deepReadyProject(
|
|||
connections: KtxProjectConfig['connections'],
|
||||
relationshipsEnabled = true,
|
||||
): KtxPublicIngestProject {
|
||||
const config = buildDefaultKtxProjectConfig('warehouse');
|
||||
const config = buildDefaultKtxProjectConfig();
|
||||
return {
|
||||
projectDir: '/tmp/project',
|
||||
config: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue