-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bmoric/complete first sync #7832
Merged
Merged
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4362719
Add a column in the workspace document
benmoriceau 0d97aa4
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau 036600c
Tmp
benmoriceau c0bfad6
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau 961d7cf
Tmp
benmoriceau 13719c5
Add a way to do a bulk write of the update of a config
benmoriceau 1c64f6f
tmp
benmoriceau 89a4c9d
tmp
benmoriceau c81fc22
Tmp
benmoriceau 436698b
Add test
benmoriceau b3bbee1
Add Job submitter Test
benmoriceau e4911b7
format
benmoriceau cb135fc
Clean up
benmoriceau 37d23e8
Format
benmoriceau 1050a49
Add initialization
benmoriceau 4bd8cd3
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau 7b1c71c
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau d6c8e6d
auto generated file
benmoriceau bd6e018
Tmp
benmoriceau e734032
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau f023440
Test
benmoriceau cd99107
remove all new fields values assignations
benmoriceau 9683f8b
Fix errors
benmoriceau ddd3148
Remove unwanted change
benmoriceau a406e3f
Update and add to the new fields to the API
benmoriceau 16e3658
format
benmoriceau 66ad859
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau e04a3c1
PR comments
benmoriceau 6764c31
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/com…
benmoriceau 834edca
Another PR comment
benmoriceau ab01578
PR comments and test
benmoriceau 478f466
Format
benmoriceau cfb08ff
Fix test
benmoriceau 6f8d79f
PR comments
benmoriceau 8c62f2e
format
benmoriceau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go outside of the loop so all of the inserted records have the same timestamp for the transaction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done