dozer icon indicating copy to clipboard operation
dozer copied to clipboard

Support Connector name in SQL identifiers

Open mediuminvader opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. In case of connectors are ingesting data from different tables with the same name, a naming convention in SQL is necessary to identify the table or the field to use.

Describe the solution you'd like Allow to specify a table identifier like connection_name.table_name and a field identifier like connection_name.table_name.field_name

mediuminvader avatar Mar 21 '23 09:03 mediuminvader