Skip to content
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

Connector proxy airbyte #425

Merged
merged 9 commits into from
Apr 14, 2022
Merged

Connector proxy airbyte #425

merged 9 commits into from
Apr 14, 2022

Commits on Apr 13, 2022

  1. first implementation of connector proxy with airbyte

    stop and cont
    
    airbyte discover
    
    spec / validate / apply capture requests
    
    airbyte pull
    
    airbyte discover
    
    various improvements
    
    check runtime protocol
    
    check runtime protocol
    
    ready signal from stderr
    
    makefile more deps
    
    try_stream! for error processing
    
    update Cargo.lock
    
    Makefile change
    
    improve airbyte source logic
    
    ldconfig
    
    XXtesting
    
    move test to common stage
    
    NsMerge
    
    tweaks
    
    update Cargo.lock
    
    use libc instead of nix
    
    skip null field in specresult
    
    update control plane snapshots
    
    delayed process stop itself
    
    setup go in stage 2
    
    tweaks
    
    using /var/tmp
    
    send SpecRequest
    
    synthetic chekcpoint
    
    convert_ to adapt_
    
    debug - replacing sigcont with stdin
    
    simplify delay waiting logic
    
    remove a TODO
    Jixiang Jiang committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    33ea6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d5d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e97455 View commit details
    Browse the repository at this point in the history
  4. fix airbyte specification

    mdibaiee committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    73157ed View commit details
    Browse the repository at this point in the history
  5. add a bunch of TODOs

    mdibaiee committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e054526 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d34cb05 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Connector Proxy stream refactor (#435)

    * wip moving away from try_stream!
    
    * refactor simple streams into stream::once
    
    * more stream refactoring
    
    * more refactorings
    
    * simplify stream usage with helper functions
    
    * more comments
    
    * two more small streams
    mdibaiee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    47432ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beeb2d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f2727f View commit details
    Browse the repository at this point in the history