Storage: Database interaction with jsonschema#350
Closed
LechoDecho wants to merge 42 commits intojvalue:mainfrom
Closed
Storage: Database interaction with jsonschema#350LechoDecho wants to merge 42 commits intojvalue:mainfrom
LechoDecho wants to merge 42 commits intojvalue:mainfrom
Conversation
…s also integrated into ui and is able to communicate with adapter. Currently buildable but not runable on my dev enviorment
… exact point of failure
…ity check and status handling added. UI integration missing
Member
|
Please rebase/merge main into branch! |
2e57d33 to
c8979e2
Compare
c8979e2 to
8bb28a3
Compare
| expect(scheduler.getAllJobs()).toHaveLength(1) | ||
| expect(scheduler.getAllJobs()[0].datasourceConfig).toEqual(config) | ||
| expect(mockedTriggerDatasource).toHaveBeenCalledTimes(1) | ||
| // expect(mockedTriggerDatasource).toHaveBeenCalledTimes(1) |
| pipelineId: pipelineId, | ||
| pipelineName: pipelineName | ||
| pipelineName: pipelineName, | ||
| schema: (schema !== null) ? schema as object : undefined |
Member
There was a problem hiding this comment.
schema is never null but undefined
| @@ -0,0 +1,244 @@ | |||
| import * as SharedHelper from './sharedhelper' | |||
Member
There was a problem hiding this comment.
Pls use CamelCase or pascalCase for file names
|
|
||
| const END_STATEMENT_INSERT = ') RETURNING *;' | ||
|
|
||
| const PG_TYPES: any = { string: 'text', number: 'integer', boolean: 'boolean' } |
Member
|
Closed in favor of #392 continuing the work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.