Hey everyone, Can someone please let me know the s...
# connector-development
m
Hey everyone, Can someone please let me know the steps to recompile airtbyte code after making changes to it. So here is the problem. There seems to be a bug in smartsheets connector where the data is scrambled. I think I did get access to the corrected source.py from (Nathan Nowack). I want to be able to use it in my airbyte deployment (deployed on a docker container). How do I make changes to the code and compile the application again? Can someone please point me in the right direction or tell me the steps to do it?
Hi @Madhu Prabhakara, you can follow this documentation about setting up a working local development environment. You'll have to rebuild the image of the connector on which you make some changes. Tag it with a
dev
version and change the version to
dev
in the settings page in the UI.
Thanks, I will try this out and get back to you!!