We'd also love to announce that <@U01THGWF69Z> is ...
# announcements
a
We'd also love to announce that @Harshith (Airbyte) is our Airbyte MVP for August! He has contributed the following: • Built a fantastic Airbyte CLI to help with connector management • Presented at the

August Community Call

• Sparked lots of discussion in this community as a conversation trailblazer 🔥 • ... and much more. His contributions have been incredibly helpful to our community and we want to take some time every month to show off individuals that have really helped push Airbyte to the forefront of the ELT space.
airbyte rocket 21
k
Awesome work @Harshith (Airbyte). I’m installing the CLI…
h
Thanks for kind words kelvin. Feel free and do give feedback on how it went or any suggestions you have.
k
Sure
@Harshith (Airbyte) what do you mean by this please: Clone this repo to your working environment
h
Basically any folder where you generally work 🤣 let me change that
k
Ah yes
I think mine should be /Developer/Projects
h
yeah sure go ahead.
g
@Harshith (Airbyte) the CLI is 🔥🔥 added a PR for workspace api and 1 or 2 changes https://github.com/harshithmullapudi/airbyte-cli/pull/2
h
yep saw it @gunu it looks cool and great. Will into it. Thanks you. 😄
👍 1
k
@Harshith (Airbyte) seems I can't run the airbyte command
On the CLI
h
You have installed go ?
You can also use this. 1. Go into airbyte folder 2. go run main.go get sources
k
Yeah I have
I ran go install .
g
you need to setup go properly i.e. GOPATH etc.
Copy code
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"
h
Thanks gunu. @Kelvin Omereshone still if this doesn’t work let me know
k
@Harshith (Airbyte) I think go is in my path thought
@gunu thanks that seems to get it working
But now I'm being asked to supply the Airbyte URL
h
You can start with airbyte set-config command
k
What URL is the CLI expecting
h
your airbyte url let’s say it’s running in http://localhost:8000 you can give this
k
Oh that
Got you
I think the message wording could be improved or say "The URL airbyte will be running on and default to localhost:8000"?
What do you think?
h
Yep makes sense 👍
k
Want me to submit a PR?
So another noob question
What's the current workspace expected value?
h
You will find it in get api while listing sources. But @gunu has submitted a pr to do it in a better way will merge it
I merged it actually you can pull and use it.
k
Okay got you
Will do that now
h
Hey I did note down things which can be improved. But anyways feel free to create a PR if you have something more. @Kelvin Omereshone.
k
Hey @Harshith (Airbyte) I did pull the update
And when I leave blank for default I get an error
Screenshot 2021-08-26 at 15.13.18.png
h
it's basically unable to fetch the workspaces. Just to make sure are you running airbyte on localhost:8000 ?
Screenshot from 2021-08-26 19-46-28.png
I just tried it and it's working
k
interesting
I’d try again