toucan-connectors
toucan-connectors copied to clipboard
Connectors available to retrieve data in Toucan Toco small apps
We have done this upgrade https://github.com/ToucanToco/toucan-connectors/pull/430 But we rolled it back : 1. the `hdbcli` lib is writing traces in a file and we would like to avoir this, there...
We actually support two syntax for variables that should be substituted in queries. This is probably one too much :p I suggest keeping Jinja only for clarity. See this code...
With the arrival of new connectors, like the new google sheets one (#202), I see new uses of connector's properties: - some "flagging" attributes: like `auth_flow: "oAuth2"`. These attributes are...
https://github.com/googleapis/google-api-python-client Their methods rely on the API discovery documents, which will automatically update the URLs in case they change in the future. This will avoid extra maintenance.