Can you skip the onboarding page when you have ins...
# announcements
t
Can you skip the onboarding page when you have installed airbyte for the first time?
c
For the moment, it's not so easy no https://github.com/airbytehq/airbyte/issues/1431
t
Subscribed!
c
in this tutorial, you might learn how to skip it for the moment: https://docs.airbyte.io/tutorials/airbyte-config-persistence#restore-our-initial-setup (by saving a setup where you completed it in the past so when you redeploy with the same config, you don't need to do it again)
t
I just did a http request on google.com for a connector 😄
@Chris (deprecated profile) Im on this step in the tutorial:
but it does not work
c
What is it doing?
t
it doesnt closes the window
and it does not show the connector
Also when i run the integration test something fails
Step 12/16 : COPY secrets/* $CODE_PATH COPY failed: no source files were specified
for > airbyte integrationsconnectorssource tempoairbyteDockerTest
c
you dont need credentials to use your connector?
t
Yes but ive crafted the UI to give in credentials right?
c
yes but this is for the tests to run (which doesnt use the UI)
t
😄
Im going to stand in the corner now
😁 1
c
so you should put the credentials for the tests in a file saved in the secrets/ folder
(this folder is not usually versioned in git)
but if you do a
docker images
you see a docker image of your connector, right?
t
yep
c
and this is on the same machine where your airbyte server is running?
t
yep
c
let's jump back on a meet to see what you are doing 🙂
t
c
docker run -it --rm --volume airbyte_data:/data busybox ls /data/config/STANDARD_SOURCE_DEFINITION
t
I did not get it to work yet but i feel im getting close
thanks for your help\
im off lets talk next week!
c
have a great weekend!