DataSource information enchancement #1093
Replies: 1 comment 1 reply
-
Yes, I completely understand your points. It's certainly possible, but it should rather be done on the UI end (respectively the Consumer API) by queries |
Beta Was this translation helpful? Give feedback.
-
Currently, the dataSource collection only contains URI and the name is dependent on the URI(anything after the '/'). However a dataSource should ideally have a tableName, schema and related details.
In Spline, such information is captured on the write operation. Say for a hiveTable write, we have params which contains the tableName, Schema name, etc. For BigQuery, we get datasetName, projectName and tableName.
Is it possible to leverage the operation collection to enhance the dataSource collection ?
Benefits of this approach:
@wajda let me know your thoughts. I am happy to contribute to this.
Beta Was this translation helpful? Give feedback.
All reactions