Another Q... Am I limited to GUI interaction or is...
# announcements
g
Another Q... Am I limited to GUI interaction or is there a way to set up / run / interact with Airbyte programmatically? An example of doing this would be to use a dynamic url in an http-request source (e.g. updating query param each day/hour) rather than it having a static value. Or creating a new http-request source each run with the dynamically updated url and remove the old one. Is this sort of thing possible or is use limited to frontend capability?
1
s
@George Claireaux you can use the API to do anything you do today from the UI. Though word of notice the API is in alpha and may change. You won’t lose any functionality, but you may need to update your code to catch up to any backwards incompatible changes in the API
g
Great, thanks again @s!