* Get test on nested list/dict passing - use index to query next object for list
* Fix flakecheck
* Test that get_node provides correct value
* Improve test and test cases
* Rewrite method for better comprehension
* Add test for base-level key. Rewrite method for comprehension and handling this case
* Tmp
* Move when the deletion is performed
* Re-enable disable test
* PR comments
* Use cancel
* rename
* Fix test and version check position
* remove unused temporal deletion code
* Remove false todo
* Rm repeated test
* Rm unused import
* instantiate a declarative connector and allow for reads to be invoked from the connector builder server
* various pr feedback and cleaning up the code a bit
* refactor grouping logic into a separate function to illustrate how groups are being emitted
* fix the webapp to also pass config to the stream list endpoint
* fix dereference field
* replace error message handling with default FastAPI HTTPException
* pr feedback: more error messaging and some code reuse
* formatting
* regenerate open api spec
* Extract Operation API
* Extract scheduler API
* Format
* extract source api
* Extract source definition api
* Add path
* Extract State API
* extract webbackend api
* extract webbackend api
* extract workspace api
* Extract source definition specification api
* Remove configuration API
Changing instance type of AWS self-hosted runner from from c5.2xlarge to c6a.4xlarge.
It will result in:
CPU: 8 -> 16
Sustained clock speed (GHz): 3.4 -> 3.6
RAM: 16 -> 32
cost: 0.34 USD/hr -> 0.612 USD/hr
* Increase size of CatalogDiff modal
Add ModalService to CatalogDiff to fix story
* Fix issues with catalog diff field section styles
* Update how icons work
* Rearrange table headings and cells to align correctly
* Add more spacing to the Diff Icon badges
* Remove div from DiffHeader and simplify rendering
* Remove border-spacing from tables
* Move table margins to be set by padding on the panel itself
* Update spacing on field section to align more closely with design
* Update text color in NumberBadge to be consistent.
* Update spacing and alignment in stream row to match design
* Restore text color in NumberBadge
* Cleanup onClose fn in CatalogDiff story
* Add padding bottoom to DiffAccordion
Update CatalogDiff stories to include different use cases
* 🎉 New Source: Aha
* addressing the comments
* addressing review comments
* addressing review comments & removing newly added EoL
* fixing end of file line
* fixing end of file line
* including paginator
* Fixing the pagination issue
* Removing the contents from sample_config.json
* fix schema, tests and add aha to source def
* format files
* auto-bump connector version
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* first commit
* normalized code and integration test
* add bootstrap.md
* add doris to destination def
* auto-bump connector version
* format files
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* fix: prefer response body encoding over header encoding
* bump: source-salesforce version
* Update salesforce.md
* auto-bump connector version
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Refactoring to improve code re-use
* Add ProtocolVersionChecker
* Add an option to configure if we are automatically upgrading connectors
* Add airbyte version check to pass the fresh install case
* Inject DefinitionsProvider in the BootloaderApp
* Remove AutoUpgradeConnector config
* Improve logging
* Use named argument rather than positional
* Make DefinitionsProvider optional
* Format
* typography
* wip
* continued progress
* merge cleanup
* table item alignment
* row styling
* remove extra item
* continued styling
* alignment works with scrollbar
* headings align with or without scrollbars
* stream connection header alignment
* cleanup
* pill-select justify
* cleanup
* fix ternary logic for disabled streams rows
* streams table design tweaks
* make table rows flush with card edge
* review cleanup, fix scroll overflow for firefox
* use gap not padding
* add scrollbar-gutter to rows too
* use ellipsis for cell text, not wrap
* fix alignment of syncCatalogField
* fix text ellipses and syncmode cell width
* use a div to make this col static 200px
* remove debug border
* scss variables cleanup