Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additionally, you would need a Load Template that works with your Extensible Source Connection and its configured field metadata to load data into your data warehouse from that source. Please see UI Configurations section for more information on accessing the configured field metadata through Templates and Scripts.

...

RED provides examples for each of the prerequisites above that all form a working example of an SQL ODBC connection utilizing these features. Please follow the instructions here to create each of the examples to build the set.

...

Code Block
{{ table.loadInfo.sourceConnectionType.name }}
{{ table.loadInfo.sourceConnectionPropertiesConfig }}

Anchor
create_extensible
create_extensible
Create an Extensible Source Connection set example

This section steps through creating the example Extensible Source Connection set which provides the prerequisites mentioned earlier. The example set was designed to browse an SQL Server ODBC DSN but can be easily adapted to other ODBC based DSN’s also.

...