It's been a month I started this project https://github.com/harshithmullapudi/airbyte-cli and finally I was able to have some basic features out. One good side project 😇✌️
1. You can get sources, destinations and connections
2. Search sources and connections
3. Check is source/destination connection is still valid
4. Get logs for a job
5. Export source/destination/connection config to a target folder
6. Create/Validate source/destination/connection from a config folder
airbyte rocket 13
m
Michel
08/13/2021, 3:14 AM
This is amazing @Harshith (Airbyte)!
👍 1
s
Sebastien Mamessier
08/13/2021, 1:07 PM
This looks aweomse @Harshith (Airbyte). Is this the only way right now to describe Airbyte sources/connections as code in a repo?
h
Harshith (Airbyte)
08/13/2021, 1:08 PM
You mean in yaml format ?
Harshith (Airbyte)
08/13/2021, 1:11 PM
If you can Elaborate a bit ? Or you can also DM me if you have any suggestions there @Sebastien Mamessier that would be helpful
s
Sebastien Mamessier
08/13/2021, 1:13 PM
Yaml for example yes. The idea is that we want all our pipelines to be tracked in code, and be able to - for instance - spin up an airbyte staging env without UX manipulation.
h
Harshith (Airbyte)
08/13/2021, 1:17 PM
Yeah launching a complete airbyte is something I am working on should be out in the immediate version. If you have some way you are thinking kindly drop a message it will help me. 🙏
s
Sebastien Mamessier
08/13/2021, 1:39 PM
I’m going to run some experiments and I’ll get back to you!