Question on local deployment code changes sync #36054
Unanswered
ghost
asked this question in
Connector Questions
Replies: 1 comment 1 reply
-
I'm facing the exact same problem. I've read this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, airbyte/docker newbie here. I've deployed airbyte on my local machine (ubuntu) using docker, and am playing around with connections. If I want to make some changes in airbyte code in my local machine, how do I update my deployment so that it can read the new changed files that are present only at my local machine?
Precisely, I'm making some changes in file
airbyte-cdk/python/airbyte_cdk/sources/file_based/stream/default_file_based_stream.py
and want to update my deployment so it starts reading this.I tried to find some docs for this but couldn't seem to get my head on terminologies used (complete newbie here). Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions