Support Connector name in SQL identifiers
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
**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`
Contributor guide
Assessment
This issue has not been assessed yet.